swap background colors of hours bar and main nav

This commit is contained in:
Mark Eaton
2026-02-22 15:33:39 -05:00
parent b37a759a8d
commit e2a06eedff
+2 -2
View File
@@ -171,7 +171,7 @@
color: #fff
}
[data-bs-theme="dark"] #hours-content-container {
background-color: var(--bg);
background-color: var(--kbccblue);
color: var(--text);
}
[data-bs-theme="dark"] #hours-content-container > a {
@@ -192,7 +192,7 @@
}
[data-bs-theme="dark"] nav.navbar-light.main-nav-container {
background-color: var(--kbccblue) !important;
background: var(--kbccblue) !important;
background: var(--bg) !important;
color: white;
border-radius: 5px;
margin-left: 12px;