blob: c2d5ea0a8c473d87c231eef5e03e62ffb077624d (
plain)
1
2
3
4
5
6
7
8
9
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);
}
|