Skip to content

Commit

Permalink
Merge pull request #638 from Dhruv7055/main
Browse files Browse the repository at this point in the history
Fixed hovering effect of feature page of quick links section
  • Loading branch information
vimistify authored Oct 14, 2024
2 parents 2c2bca9 + acd1cb4 commit 82c76c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,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
3 changes: 3 additions & 0 deletions features.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@
color: white;
background-color: #000;
}
ul li a:hover {
color: blue !important;
}

.content {
margin: 20px;
Expand Down

0 comments on commit 82c76c6

Please sign in to comment.