Skip to content

Commit

Permalink
no more white hover
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Jul 19, 2024
1 parent bec6530 commit 5fb7dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ li.dropdown.open > ul {

#navbar > ul > li > a:hover,
#navbar > ul > li > ul > li > a:hover {
background-color: #f0f0f0;
background-color: var(--background);
transition: background-color 0.3s ease-in-out;
}

Expand Down

0 comments on commit 5fb7dd2

Please sign in to comment.