Skip to content

Commit f152bc4

Browse files
authored
Change link color of non active navbar follow the theme's text color (#448)
1 parent 82630ac commit f152bc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,10 @@ input:disabled + .slider {
682682
width: 100%;
683683
}
684684

685+
#workday-waiver-window a.nav-link:not(.active) {
686+
color: var(--page-color);
687+
}
688+
685689
/** Day view related styles **/
686690

687691
html[data-view='day'] .container {

0 commit comments

Comments
 (0)