Skip to content

Commit

Permalink
fix nav link hover (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
manningli authored Jul 25, 2024
1 parent 0823d6c commit f1b0290
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/shared/nav/nav.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
color: #ffffff8c;
}

.nav-link:hover {
color: #ffffffbf;
}

.active {
color: white;
}
Expand Down

0 comments on commit f1b0290

Please # to comment.