ktyl.dev/src/root/styles.css

38 lines
517 B
CSS
Raw Normal View History

2021-09-13 01:06:53 +02:00
@import 'colors.css';
:root {
--title-height: min(20vmin, 90px);
}
body {
2022-12-17 21:05:59 +01:00
font-family: sans-serif;
margin: 0;
2021-09-13 01:06:53 +02:00
background-color: var(--background);
}
2021-12-21 00:03:36 +01:00
#include title.css
2021-12-23 23:57:36 +01:00
#include nav.css
2021-12-31 18:02:21 +01:00
#include page.css
#include landing.css
2021-12-22 23:28:07 +01:00
#include blog.css
2022-06-04 20:33:35 +02:00
#include about.css
2021-09-19 23:54:55 +02:00
2021-09-13 01:06:53 +02:00
li {
display:inline;
}
2023-10-01 23:23:24 +02:00
a {
2021-09-13 01:06:53 +02:00
text-decoration: none;
color: var(--foreground);
}
2023-08-03 22:41:00 +02:00
.separator {
margin-top: 2em;
margin-bottom: 2em;
}
2021-09-13 01:06:53 +02:00
#include socials.css
2021-12-21 20:32:57 +01:00
#include gallery.css
2021-09-14 01:30:16 +02:00
#include planets.css
#include footer.css