Skip to content

Commit

Permalink
fix: changed text color to --text in nav list item stype when it is h…
Browse files Browse the repository at this point in the history
…overed to fix hover state of active nav link (#353)
  • Loading branch information
SatyamSetia authored Jul 16, 2023
1 parent a3ea9d6 commit 45f084f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Nav/NavPrimary.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

.navListItem a:hover {
background-color: var(--primaryLt);
color: var(--text);
}

.navList a:focus {
Expand Down

0 comments on commit 45f084f

Please sign in to comment.