Skip to content

Commit

Permalink
Merge pull request #719 from Dhruv7055/main
Browse files Browse the repository at this point in the history
Fixed hover issue in feedback page in footer section.
  • Loading branch information
vimistify authored Oct 14, 2024
2 parents 3db0d03 + a8f098e commit 6bdc076
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 @@ -47,6 +47,12 @@
color: black;
padding: 10px;
}
ul li a:hover {
color: blue !important;
}
a:hover {
color: blue !important;
}

.navbar.dark-mode {
background-color: black;
Expand Down

0 comments on commit 6bdc076

Please sign in to comment.