Change the hover color on non-current to the new color

master
DavidDGTNT 2021-11-23 20:04:10 +00:00
parent c8ea4f4a90
commit 9069021104
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ nav li a:hover {
}
.current:hover {
background-color: #ee6e40;
background-color: #ff7f61;
}
main {