From 6871b68a0cdf6aac68adda0f974ae1b2a9fc251c Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 21 Mar 2024 15:03:54 -0700 Subject: [PATCH] Fix header colors --- css/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 988d0fe..9a34ba2 100644 --- a/css/style.css +++ b/css/style.css @@ -3545,9 +3545,18 @@ a.logo:hover{ z-index: 1030; transition: all 0.2s var(--ease-default); } -.main-nav:not(.body-scrolled) a { +.main-nav.body-scrolled { + background-color: #4051b5; + backdrop-filter: none; +} +.main-nav a { color: #fff!important; } +.mobile-nav-icon, +.mobile-nav-icon::before, +.mobile-nav-icon::after { + background: #fff!important; +} .main-nav.sticky{ position: -webkit-sticky; position: sticky;