ktyl.dev/src/root/styles.css

38 lines
517 B
CSS

@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 {
text-decoration: none;
color: var(--foreground);
}
.separator {
margin-top: 2em;
margin-bottom: 2em;
}
#include socials.css
#include gallery.css
#include planets.css
#include footer.css