CX2443 / static /css /light.css
Shinhati2023's picture
Create light.css
623d1b5 verified
raw
history blame contribute delete
258 Bytes
:root {
--bg-color: #f0f0f0;
--glass-bg: rgba(255, 255, 255, 0.6);
--glass-border: rgba(255, 255, 255, 0.8);
--text-color: #222222;
--primary: #6200ee;
--blur: 8px;
--radius: 16px;
--spacing: 16px;
--shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}