From 6f85ee1856e0c6390c2a3a14a567e025dc68e0c0 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Fri, 24 Oct 2025 20:30:57 +0200 Subject: [PATCH] fix submenu nav color --- templates/files/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/files/css/style.css b/templates/files/css/style.css index 4651bc8..47b9012 100644 --- a/templates/files/css/style.css +++ b/templates/files/css/style.css @@ -229,7 +229,7 @@ nav i { list-style: none; margin: 0; padding: 0; - background-color: var(--nav-background-color); + background-color: #272424; } .has-submenu .fa-caret-down { padding-left: 5px; @@ -286,7 +286,6 @@ nav i { /* Table Style */ td a { - color: var(--furry-decoration-color); text-decoration: none; }