From d1e7c921e7def26603640bb32f091529c1198d6f Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Wed, 24 Aug 2022 16:47:38 -0700 Subject: [PATCH] fix background in light mode --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 1f70b8d..01279e0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -17,7 +17,7 @@ /* Light Mode */ @media (prefers-color-scheme: light) { body { - background-color: white; + background-color: #E7DBDA; } a { text-decoration: none;