diff --git a/base.css b/base.css index 40b25f2..635eb96 100644 --- a/base.css +++ b/base.css @@ -166,6 +166,11 @@ li:focus { background-color: blue; } +li.items:not(.disabled):hover:not(:focus) { + color: black; + background-color: lightskyblue; +} + a { display: block; padding: 8px;