CX2443 / static /css /dark.css
Shinhati2023's picture
Create dark.css
bfab6e4 verified
raw
history blame contribute delete
259 Bytes
:root {
--bg-color: #0a0a0a;
--glass-bg: rgba(255, 255, 255, 0.1);
--glass-border: rgba(255, 255, 255, 0.2);
--text-color: #ffffff;
--primary: #bb86fc;
--blur: 12px;
--radius: 20px;
--spacing: 16px;
--shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}