Skip to content

Commit

Permalink
Merge pull request #887 from Dhruv7055/main
Browse files Browse the repository at this point in the history
Issue # 885 fixed hover issue on feedback page in quick links and contact info section
  • Loading branch information
mansiruhil authored Oct 17, 2024
2 parents 7ca653c + 9d3808f commit 18189d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,12 @@
color: rgb(16, 13, 195);
/* Icon color change to rgb(16, 13, 195) on hover */
}
ul li a:hover{
color: blue !important;
}
a:hover{
color: blue !important;
}

@keyframes logoAnimation {
0% {
Expand Down

0 comments on commit 18189d5

Please sign in to comment.