From 6a30c0826efce56f602ca1258af4bea5d2a54b4f Mon Sep 17 00:00:00 2001 From: zepp Date: Mon, 27 Jan 2025 23:25:32 -0500 Subject: [PATCH] styling change revert background color for dark mode back to current color for production site --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index 5369347..15fbadf 100644 --- a/style/style.css +++ b/style/style.css @@ -140,7 +140,7 @@ nav { @media (prefers-color-scheme: dark) { :root { - --background-color: #211951; + --background-color: #29274c; --body-background-color: #0d0c1d; --text-color: #f1dac4; --scroll-bar: #474973;