Skip to content

Commit

Permalink
navbar: Fixes the incorrect color rendered at focus in dark mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manan-Rathi committed Nov 15, 2021
1 parent a70c45b commit 52e19ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2634,7 +2634,7 @@ body {
}
&:focus {
background: inherit;
color: var(--white);
color: white;
}
}
.active > a:focus {
Expand Down

0 comments on commit 52e19ff

Please sign in to comment.