From 99d534da451efc031fd686d7c4808407b260fa71 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 1 Apr 2020 01:37:14 +0200 Subject: [PATCH] hm --- threadr/style.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/threadr/style.css b/threadr/style.css index 5489b98..a7a65bc 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -323,19 +323,6 @@ ul.list li a.active { z-index: 1; } -.dropdown-link { - float: none; - color: %COLOR_BEIGE%; - padding: 14px 16px; - text-decoration: none; - display: block; - text-align: left; -} - -.dropdown-link:hover { - background-color: %COLOR_CYAN%; -} - .dropdown:hover .dropdown-content { display: block; }