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 */
|
box-sizing: border-box; /* never gets old */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html, body {
|
||||||
|
background-color: $color-bg;
|
||||||
|
margin: 0;
|
||||||
|
min-height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: $color-bg;
|
background-color: $color-bg;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
@ -83,11 +89,15 @@ pre {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
header h1 {
|
header {
|
||||||
text-align: center;
|
padding-top: 20px;
|
||||||
margin: 20px 0 0;
|
|
||||||
font-weight: 400;
|
h1 {
|
||||||
font-family: "Oleo Script", sans-serif;
|
text-align: center;
|
||||||
|
margin: 0;
|
||||||
|
font-weight: 400;
|
||||||
|
font-family: "Oleo Script", sans-serif;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
Loading…
Reference in a new issue