This commit is contained in:
2026-03-31 15:39:11 +02:00
parent d3cab642fb
commit f76590d84c
10 changed files with 139 additions and 37 deletions

View File

@@ -1,14 +1,16 @@
:root {
--color-bg: #1a1a2e;
--color-bg-secondary: #16213e;
--color-bg-card: #0f3460;
--color-primary: #e94560;
--color-primary-hover: #ff6b81;
--color-navy: #0d2440;
--color-bg: #081829;
--color-bg-secondary: #0d2440;
--color-bg-card: #122e52;
--color-primary: #00b4c8;
--color-primary-hover: #00d4e8;
--color-teal: #00b4c8;
--color-text: #eaeaea;
--color-text-muted: #a0a0b0;
--color-text-muted: #8aaabf;
--color-success: #2ed573;
--color-warning: #ffa502;
--color-border: #2a2a4a;
--color-border: #1a3a5c;
--radius: 12px;
--radius-sm: 8px;
}