Skip to content

Commit

Permalink
Update text color in navbar in dark mode (alshedivat#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
huyen-nguyen authored Dec 27, 2020
1 parent b73662b commit b36304a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ a, table.table a {
color: var(--global-text-color);
}
.navbar-nav .nav-item .nav-link {
color: var(--global-text-color);
&:hover {
color: var(--global-hover-color);
}
Expand Down

0 comments on commit b36304a

Please sign in to comment.