Change the hover color on non-current to the new color
parent
c8ea4f4a90
commit
9069021104
|
@ -53,7 +53,7 @@ nav li a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.current:hover {
|
.current:hover {
|
||||||
background-color: #ee6e40;
|
background-color: #ff7f61;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
Loading…
Reference in New Issue