This commit is contained in:
2026-06-03 18:42:08 +01:00
parent 2bd19a8b7b
commit e48c6366d0
4 changed files with 558 additions and 554 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +1,10 @@
:root {
--bg-main: #181825;
--bg-card: #1e1e2e;
--border: #313244;
--text-primary: #cdd6f4;
--text-secondary: #a6adc8;
--text-muted: #6c7086;
--accent: #cba6f7;
--accent-glow: rgba(255,255,255,0.1);
--bg-main: #1e1e2e;
--bg-card: #313244;
--border: #6c7086;
--text-primary: #cdd6f4;
--text-secondary: #a6adc8;
--text-muted: #6c7086;
--accent: #cba6f7;
--accent-glow: rgba(255, 255, 255, 0.1);
}