From 1b2a096ae7060d81cda08463705799f4987cf9e5 Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 2 Mar 2020 08:35:16 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/style.css=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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;