fix nav color
Build and Push Docker Container / build-and-push (push) Successful in 1m31s

This commit is contained in:
2025-10-24 20:05:14 +02:00
parent a418a16b1a
commit e6b55e498d
+2 -7
View File
@@ -53,19 +53,14 @@ html, body {
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
}
body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
background-color: var(--primary-color);
color: var(--text-color);
} }
/* Stile für die Navigationsleiste */ /* Stile für die Navigationsleiste */
nav { nav {
background-color: var(--nav-background-color); background-color: #272424;
border-bottom: 1px solid #333; border-bottom: 1px solid #333;
color: var(--text-color); color: #cec9da;
} }
nav ul { nav ul {