merge upstream

This commit is contained in:
Niklas Buschmann 2020-11-26 00:14:07 +01:00
parent a111a24188
commit 10e9f8e93a
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ html {
}
body {
font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
font-family: "PT Sans", -apple-system, "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
font-weight: 400;
line-height: 1.6;
margin: 0;
@ -165,7 +165,7 @@ body > header, body > article, body > footer {
}
}
@media (prefers-color-scheme: light) and (min-width: 36em) {
@media (prefers-color-scheme: light) and (min-width: 44em) {
html {
background: #393b45;
padding: 0 calc(38% - 18em);