From 6c54393c6ed4a14ce67ff34d52b7d7af227011ac Mon Sep 17 00:00:00 2001 From: zepp Date: Tue, 28 Jan 2025 08:29:27 -0500 Subject: [PATCH] adjust colors change color for dark mode main and nav elements --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index bff3159..d0d8453 100644 --- a/style/style.css +++ b/style/style.css @@ -140,7 +140,7 @@ nav { @media (prefers-color-scheme: dark) { :root { - --background-color: #29274c; + --background-color: #240046; --body-background-color: #0d0c1d; --text-color: #f1dac4; --scroll-bar: #474973;