diff --git a/threadr/style.css b/threadr/style.css index 43d0bff..bdd9cf2 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -290,9 +290,13 @@ ul.list li p { } div.dropdown { - color: #fef6e4; - text-align: center; - font-family: monospace; - font-size: 1em; - text-decoration: none; + color: #fef6e4; + text-align: center; + font-family: monospace; + font-size: 1em; + text-decoration: none; +} + +.dropdown:hover:not(.active) { + background-color: #8bd3dd; } \ No newline at end of file