From e9dc19c0e768bf238a88e06d6fab373b892ee7c0 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Mon, 28 Aug 2023 21:01:01 -0400 Subject: [PATCH] style: make colors not pure white --- public/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index d1e884e..1000a2a 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -47,7 +47,7 @@ body { max-width: 50em; margin: auto; background: #101010; - color: #ffffff; + color: #e3e3e3; font-size: 105%; } @@ -62,6 +62,7 @@ body { position: relative; margin-right: 0.7em; bottom: .09em; + color: #ffffff; } .header a { @@ -95,6 +96,7 @@ article p { h1,h2,h3,h4 { margin: 2rem 0 0; font-weight: 700; + color: #eeeeee; } h1 { margin-bottom: 0.5rem;