Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/niklasbuschmann/contrast-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Buschmann <niklasbuschmann@posteo.org>2020-11-26 02:14:07 +0300
committerNiklas Buschmann <niklasbuschmann@posteo.org>2020-11-26 02:14:07 +0300
commit10e9f8e93a1dbbd31c0c20625b45a3df14a7e8d4 (patch)
tree73bad402e81942570f7b34a299478e4623cd9f85
parenta111a24188870f0c72ead3f760574283c1be0c13 (diff)
merge upstream
-rw-r--r--static/css/index.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/index.css b/static/css/index.css
index 029ccdb..b493b2b 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -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);