diff --git a/threadr/style.css b/threadr/style.css index b35a195..6ee118f 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -302,6 +302,9 @@ ul.list { ul.list li { float: left; +} + +ul.list li a { display: block; text-align: center; color: #fef6e4; @@ -311,6 +314,14 @@ ul.list li { text-decoration: none; } +ul.list li a:hover:not(.active) { + background-color: #8bd3dd; +} + +ul.list li a.active { + background-color: #f582ae; +} + .dropdown-content { display: none; position: absolute;