1 file changed
1
:root {
2
--bg: #111827;
2
--bg: #020617;
3
--panel: #1f2937;
19
font-family: "Trebuchet MS", "Segoe UI", sans-serif;
20
background: radial-gradient(circle at top, #0f172a, var(--bg));
20
background: radial-gradient(circle at top, #0b1020, var(--bg));
21
color: var(--text);