get (mostly) immune to dark reader
This commit is contained in:
parent
f03f4b2e5b
commit
421818ed54
1 changed files with 15 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue