background stuff
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 30s

This commit is contained in:
2025-08-24 12:47:11 +02:00
parent f152fd39d6
commit 63c9b2b078

View File

@@ -126,10 +126,24 @@ footer {
} }
*/ */
nav { body {
background: black;
}
nav {
background: white;
}
.header {
background: white;
}
.content {
background: white;
} }
footer { footer {
background: white;
} }