From 1da694b492b229d72e1e3c0d2b4cef1386c5e64d Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Thu, 2 Sep 2021 04:37:21 +0200 Subject: [PATCH] found another hardcoded value in CSS that breaks topnav --- threadr/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index f48750a..e0c530f 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -338,7 +338,7 @@ ul.list li a.active { border: none; outline: none; color: %COLOR_BEIGE%; - padding: 14px 16px; + padding: 1.2em 1.3em; background-color: inherit; font-family: inherit; margin: 0;