From ac12d21cace8388db95ca285686ef6b28ddd6f64 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sat, 28 Feb 2026 16:44:57 -0500 Subject: [PATCH] use white text for hours container in dark mode --- 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 69b4cfa..4737f20 100644 --- a/groups/home/bootstrap5/home1.css +++ b/groups/home/bootstrap5/home1.css @@ -172,10 +172,10 @@ } [data-bs-theme="dark"] #hours-content-container { background-color: var(--kbccblue); - color: var(--text); + color: #fff; } [data-bs-theme="dark"] #hours-content-container > a { - color: var(--text); + color: #fff; } /* style navbar */