diff --git a/static/css/core/layout.css b/static/css/core/layout.css index 804cd03..97c12cc 100644 --- a/static/css/core/layout.css +++ b/static/css/core/layout.css @@ -589,8 +589,7 @@ /* Mode Navigation Bar */ .mode-nav { display: none; - background: #151a23; /* Explicit color to ensure consistency across all pages */ - background: var(--bg-tertiary, #151a23); + background: #151a23 !important; /* Explicit color - forced to ensure consistency */ border-bottom: 1px solid var(--border-color); padding: 0 20px; } diff --git a/static/css/index.css b/static/css/index.css index 9518f16..d2b243a 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -640,8 +640,7 @@ header h1 { /* Mode Navigation Bar */ .mode-nav { display: none; - background: #151a23; /* Explicit color for consistency */ - background: var(--bg-tertiary, #151a23); + background: #151a23 !important; /* Explicit color - forced to ensure consistency */ border-bottom: 1px solid var(--border-color); padding: 0 20px; }