From f8cf9b31e8932e416f50e6ab379736bcb6b59e14 Mon Sep 17 00:00:00 2001 From: flambus Date: Mon, 24 Feb 2020 08:30:10 +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 | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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