From 711ecbd2488631b0ce43ea58d37d1cf6ea80c4d9 Mon Sep 17 00:00:00 2001 From: askiiart Date: Mon, 11 Sep 2023 21:19:20 -0500 Subject: [PATCH] Update CSS - less contrast (but still enough) --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index d5d8cd3..a7a317a 100755 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ body { - color: #fff; - background: #101213; + color: #dadada; + background: #202020; margin: 1em auto; - max-width: 100em; + max-width: 90vw; padding: 0 .62em; font: 1.0em/1.35 sans-serif } @@ -41,7 +41,7 @@ wrap { line-height: 1.2; font-size: 40px; } - + h2 { line-height: 1.2; font-size: 30px;