Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-tk committed Mar 2, 2024
1 parent c2625b1 commit 5e3044e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ nav ul li a::after {
transition: transform 0.3s ease;
}

nav ul li a:hover {
color: #555;
}

nav ul li a:hover::after {
transform: scaleX(1);
}
Expand Down

0 comments on commit 5e3044e

Please sign in to comment.