From e6b55e498d87dc5d67677e4b659b4ff1ede94a25 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Fri, 24 Oct 2025 20:05:14 +0200 Subject: [PATCH] fix nav color --- templates/files/css/style.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/templates/files/css/style.css b/templates/files/css/style.css index 63e4749..4651bc8 100644 --- a/templates/files/css/style.css +++ b/templates/files/css/style.css @@ -53,19 +53,14 @@ html, body { height: 100%; display: flex; flex-direction: column; -} - -body { font-family: Arial, sans-serif; - background-color: var(--primary-color); - color: var(--text-color); } /* Stile für die Navigationsleiste */ nav { - background-color: var(--nav-background-color); + background-color: #272424; border-bottom: 1px solid #333; - color: var(--text-color); + color: #cec9da; } nav ul {