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 {