1 file changed
1
:root {
2
--bg: #111827;
2
--bg: #020617;
3
--panel: #1f2937;
3
--panel: #0f172a;
4
--text: #e5e7eb;
4
--text: #f1f5f9;
5
--accent: #38bdf8;
6
}
7
8
body {
9
background: var(--bg);
10
color: var(--text);
11
font-family: "Inter", sans-serif;
12
}