Skip to content

Commit

Permalink
Merge pull request #407 from swaramaitre/main
Browse files Browse the repository at this point in the history
Update NavBar.css
  • Loading branch information
samyakmaitre authored Oct 21, 2024
2 parents 262e416 + b2d3413 commit 476688d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/assets/styles/NavBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,10 @@
transform: translateX(-50%);
}

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

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

0 comments on commit 476688d

Please sign in to comment.