Skip to content

Commit

Permalink
Merge pull request #972 from Dhruv7055/main
Browse files Browse the repository at this point in the history
Fixed hover issue on contact page of hover issue in quick links and contact info section.
  • Loading branch information
vimistify authored Oct 30, 2024
2 parents 3d52b87 + 47c170e commit 717e34a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,14 @@
color: #0077B5;
transform: scale(1.5);
}

ul li a:hover{
color: blue !important;
}

a:hover{
color: blue !important;
}


footer {
Expand Down

0 comments on commit 717e34a

Please sign in to comment.