use white text for hours container in dark mode

This commit is contained in:
Mark Eaton
2026-02-28 16:44:57 -05:00
parent 149004f267
commit ac12d21cac
+2 -2
View File
@@ -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 */