get (mostly) immune to dark reader

This commit is contained in:
anna 2021-02-19 20:45:49 +01:00
parent f03f4b2e5b
commit 421818ed54
Signed by: fef
GPG key ID: EC22E476DC2D3D84

View file

@ -8,6 +8,12 @@ $content-width: 800px;
box-sizing: border-box; /* never gets old */
}
html, body {
background-color: $color-bg;
margin: 0;
min-height: 100vh;
}
body {
background-color: $color-bg;
font-family: sans-serif;
@ -83,11 +89,15 @@ pre {
}
}
header h1 {
text-align: center;
margin: 20px 0 0;
font-weight: 400;
font-family: "Oleo Script", sans-serif;
header {
padding-top: 20px;
h1 {
text-align: center;
margin: 0;
font-weight: 400;
font-family: "Oleo Script", sans-serif;
}
}
main {