Skip to content

Commit

Permalink
Update NavBar.css
Browse files Browse the repository at this point in the history
  • Loading branch information
swaramaitre authored Oct 21, 2024
1 parent 3ce81d3 commit b2d3413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/styles/NavBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
transform: translateX(-50%);
}

.nav-link:hover::after {
.nav-link.active::after {
width: 100%;
}

.nav-link:hover {
.nav-link.active {
color: #FF6B6B;
}

0 comments on commit b2d3413

Please sign in to comment.