feat: enhance routing and theme management, add error handling and improve cookie consent styles
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
* {
|
||||
|
||||
Reference in New Issue
Block a user