use white text for hours container in dark mode
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user