From 9219abccdf42f572a015cee5d86a1158ead10e22 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Sun, 21 May 2023 17:19:23 +0100 Subject: [PATCH] fix: white background for lightmode --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 4cd1a77..44d2afe 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary body { --fg-color: black; - --bg-color: #F9F9F9; + --bg-color: #FFFFFF; --header-h1-fg-color: #FFFFFF; --header-h2-fg-color: #F3F3F3; --header-bg-color: #1866C3;