From b24c8555a2f4469b3d7180492a79ebcf9dec70cb Mon Sep 17 00:00:00 2001 From: Patrick Schwarzer Date: Sun, 11 May 2025 04:34:56 +0200 Subject: [PATCH] adjust background color of dark mode toggle in light mode --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 060a7a5..8196cce 100644 --- a/index.css +++ b/index.css @@ -98,7 +98,7 @@ body.light-mode nav ul li a:hover { body.light-mode .dark-mode-toggle { color: #242424; - background-color: #f1f1f1; + background-color: #f7f7f7; } body.light-mode .dark-mode-toggle:hover { background-color: #e0e0e0;