1
1
Fork 0
This commit is contained in:
Vrifox 2021-02-17 15:00:48 +01:00
parent 6c58427eef
commit a009054ab5
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -1,7 +1,7 @@
body {
background: $blog_body-bg;
color: $white;
font-family: Arial, Helvetica, sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 0;
a {
color: $nom_blue-light;
@ -9,6 +9,15 @@ body {
text-decoration: none;
}
}
h1 {
font-size: 39px;
}
h2 {
font-size: 48px;
}
h3 {
font-size: 32px;
}
main {
font-size: 18px;
line-height: 31px;