From c8b715a799321c90edf6e3fe0387113c91e32b3e Mon Sep 17 00:00:00 2001 From: Samuel Blessed Woniowei Date: Tue, 10 Oct 2023 18:17:17 +0100 Subject: [PATCH] fix: hamburger now shows on dark mode --- css/navbar.css | 6 +++++- index.html | 4 ++-- node_modules/.yarn-integrity | 10 ++++++++++ yarn.lock | 4 ++++ 4 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 node_modules/.yarn-integrity create mode 100644 yarn.lock diff --git a/css/navbar.css b/css/navbar.css index 0043b55..643c673 100644 --- a/css/navbar.css +++ b/css/navbar.css @@ -21,7 +21,7 @@ nav{ } /* ========= nav items ========= */ -.nav-items{ +.nav-items{ background-color: #a6a6a44b; padding: 10px; border-radius: 50px; @@ -52,6 +52,10 @@ nav{ gap: 15px; } +.hamburger { + color: var(--white) !important; +} + /* ========= nav links ========= */ .nav-links{ diff --git a/index.html b/index.html index 63a1dfe..2ed6359 100644 --- a/index.html +++ b/index.html @@ -30,8 +30,8 @@