From ad57a565e5e2f451122ee196e53ed90c6366b9bf Mon Sep 17 00:00:00 2001 From: Krishna Awasthi Date: Sun, 27 Oct 2024 12:34:35 +0530 Subject: [PATCH] fix:css adjustments of navbar in dark mode --- src/css/style.min.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/css/style.min.css b/src/css/style.min.css index 1538bdd..952d94d 100644 --- a/src/css/style.min.css +++ b/src/css/style.min.css @@ -61,7 +61,7 @@ near infinite spin}.close-btn{position:absolute;top:60px;right:35px;color:#fff;f align-items: stretch; } -body.halloween-mode .header-controls { +body.halloween-mode { background-color: rgba(28, 28, 28, 0.8); } @@ -69,7 +69,11 @@ body.halloween-mode .about-us-btn, body.halloween-mode .contact-btn, body.halloween-mode .surprise-btn { background-color: var(--accent-halloween); - color: var(--text-halloween); + color: var(--text-dark); +} + +body.halloween-mode .toggle-btn i { + color: #fff; } body.halloween-mode #navToggle {