added moderation portal with admin authentification and seperate styling

This commit is contained in:
2026-04-20 16:01:10 +02:00
parent 11a062dd84
commit 7dea362c89
7 changed files with 604 additions and 5 deletions

View File

@@ -11,7 +11,6 @@
/* Municipality Colors */
--color-primary: #00376D;
--color-primary-light: #00376D22;
--color-primary-dark: #00376D;
/* Neutral Colors */
--color-bg: #f4f5f7;
@@ -133,6 +132,19 @@ html, body {
background: rgba(255, 255, 255, 0.25);
}
.nav-btn-admin {
text-decoration: none;
margin-left: var(--space-sm);
background: rgba(255, 255, 255, 0.05);
opacity: 0.6;
font-size: 0.8rem;
}
.nav-btn-admin:hover {
opacity: 1;
background: rgba(255, 255, 255, 0.2);
}
.header-menu-toggle {
display: none;
border: none;