@import 'colors.css'; :root { --title-height: min(20vmin, 90px); } body { font-family: sans-serif; margin: 0; background-color: var(--background); } #include title.css #include nav.css #include page.css #include landing.css #include blog.css #include about.css li { display:inline; } a.fsText { text-decoration: none; color: var(--foreground-inactive); transform: scale(1); transition: background-color 0.2s, color 0.2s, transform 0.2s; } .fsText a { text-decoration: none; color: var(--foreground); } .fsText { --font-size: 1.4em; font-size: var(--font-size); color: var(--foreground); } .separator { margin-top: 2em; margin-bottom: 2em; } #include socials.css #include gallery.css #include planets.css #include footer.css