From e2a06eedffc627cbd0564f9ab6188bfa88e9aaa5 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sun, 22 Feb 2026 15:33:39 -0500 Subject: [PATCH] swap background colors of hours bar and main nav --- groups/home/bootstrap5/home1.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groups/home/bootstrap5/home1.css b/groups/home/bootstrap5/home1.css index ae982f9..6055d5a 100644 --- a/groups/home/bootstrap5/home1.css +++ b/groups/home/bootstrap5/home1.css @@ -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;