Skip to content

Commit

Permalink
hover (#368)
Browse files Browse the repository at this point in the history
Co-authored-by: Vamshi Maskuri <[email protected]>
  • Loading branch information
Shreyaa173 and varshith257 authored May 30, 2024
1 parent 68d36a6 commit dce34bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,16 @@ h6 {
border-color: #55a5ea;
}

#navbar li a{
color: white;
}

#navbar a:hover{
color: #3fbcc0a4;
text-decoration: underline;
text-decoration-color: #3fbcc0a4;
}

/*################----Mobile Navigation----################*/

.mobile-nav-toggle {
Expand Down

0 comments on commit dce34bc

Please sign in to comment.