ktyl.dev/src/root/styles.css
2022-10-04 19:58:04 +01:00

49 lines
834 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400&display=swap');
@import 'colors.css';
:root {
--title-height: min(20vmin, 90px);
}
body {
font-family: 'Ubuntu', 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);
}
#include socials.css
#include gallery.css
#include planets.css
#include footer.css