Skip to content

Commit

Permalink
Change link color of non active navbar follow the theme's text color (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fikimaul committed Oct 12, 2020
1 parent 82630ac commit f152bc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,10 @@ input:disabled + .slider {
width: 100%;
}

#workday-waiver-window a.nav-link:not(.active) {
color: var(--page-color);
}

/** Day view related styles **/

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

0 comments on commit f152bc4

Please sign in to comment.