fixed at least as far as possible right now. does render stuff

This commit is contained in:
mpuchstein
2025-07-02 17:22:37 +02:00
parent 2331a79884
commit 4bc9ab19d5
5 changed files with 65 additions and 36 deletions

View File

@@ -0,0 +1,19 @@
/* Example custom styles: */
nav {
display: flex;
justify-content: center;
gap: 2rem;
background-color: #f3f4f6;
padding: 1rem 0;
}
nav a {
color: #4b5563;
text-decoration: none;
font-weight: 500;
}
nav a.active {
color: #2563eb;
font-weight: 600;
}