Skip to content

Commit

Permalink
Fix background coloring on hover of nav bar sub links
Browse files Browse the repository at this point in the history
  • Loading branch information
earlaud committed Apr 30, 2024
1 parent f04622e commit 0445e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
padding-right: 64px;
}

.sublinks a:hover {
.sublinks li:hover {
background-color: #f1f1f1;
}
}

0 comments on commit 0445e6b

Please sign in to comment.