From f1af19a52a8b43d2f9853a8a3f638e1fa7a6995e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 23 Jul 2023 23:02:04 +0200 Subject: [PATCH] Fixed wrong background color for structural links --- assets/css/app/helpers.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/css/app/helpers.css b/assets/css/app/helpers.css index db9a02f4..2741d667 100644 --- a/assets/css/app/helpers.css +++ b/assets/css/app/helpers.css @@ -67,7 +67,6 @@ ul.structural_link { padding-bottom: 7px; padding-left: 0; list-style: none; - background-color: inherit; } /* Display list items side by side */