Illustrations/web/static/themes/forest.css

17 lines
371 B
CSS

/* Forest: calming greens */
:root {
--bg: #0d1411;
--bg-elev: #121a16;
--text: #e7f2ea;
--muted: #a6b9ac;
--card: #0f1813;
--border: #203428;
--accent: #3da67a;
--accent-contrast: #0b1411;
--accent-soft: rgba(61,166,122,.18);
--success: #46d093;
--warning: #d2b04a;
--danger: #e0727c;
--shadow: 0 10px 28px rgba(0,0,0,.28);
--radius: 14px;
}