From 10e9f8e93a1dbbd31c0c20625b45a3df14a7e8d4 Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Thu, 26 Nov 2020 00:14:07 +0100 Subject: [PATCH] merge upstream --- static/css/index.css | 4 ++-- 1 file 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);