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