Skip to content

Commit

Permalink
Merge pull request #805 from Dhruv7055/main
Browse files Browse the repository at this point in the history
Fixed hover issue in features page of contact info section. Issue #804
  • Loading branch information
vimistify authored Oct 16, 2024
2 parents 00fafd1 + be18142 commit a71cc44
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions features.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@
color: white;
/* White text on hover */
}
a:hover {
color: blue !important;
}

.dark-mode .menu a {
color: white;
Expand Down Expand Up @@ -465,6 +468,12 @@
display: block;
/* Show on hover */
}
ul li a:hover{
color: blue !important;
}
a:hover{
color: blue !important;
}

</style>

Expand Down

0 comments on commit a71cc44

Please sign in to comment.