feat: enhance routing and theme management, add error handling and improve cookie consent styles

This commit is contained in:
2026-05-06 12:59:15 +02:00
parent 8b86350a2d
commit 11c299310c
9 changed files with 164 additions and 55 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
--muted-color: #6b7280;
--surface: #ffffff;
--background: rgba(246, 249, 255, 0.5);
--background-opaque: rgba(0, 0, 0, 0.12);
--background-opaque: rgba(0, 0, 0, 0.2);
}
/* Dark theme overrides (toggle by setting attribute on <html>) */
@@ -15,7 +15,7 @@
--muted-color: #9ca3af;
--surface: #000;
--background: rgba(0, 0, 0, 0.8);
--background-opaque: rgba(255, 255, 255, 0.12);
--background-opaque: rgba(255, 255, 255, 0.2);
}
* {