This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user