Skip to content

Commit

Permalink
Fixed hover issue on contact page in quick links and contact info sec…
Browse files Browse the repository at this point in the history
…tion in footer
  • Loading branch information
Dhruv7055 committed Oct 12, 2024
1 parent 8f1f9b5 commit acd1cb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@
align-items: center;
animation: logoAnimation 1s ease forwards;
}
ul li a:hover {
color: blue !important;
}
a:hover {
color: blue !important;
}

.brand-name {
display: flex;
Expand Down

0 comments on commit acd1cb4

Please sign in to comment.