website/assets/sass/general.scss
2022-09-29 19:13:45 +02:00

21 lines
309 B
SCSS

body {
// font-family: 'Trebuchet MS', Tahoma,sans-serif;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
margin: 0;
}
h1 {
font-size: 1.75rem;
}
h2 {
font-size: 1.4rem;
}
a {
color: $secondary;
}
a:hover {
opacity: 0.8;
}