mirror of
http://10.0.2.1:3031/sauer/bfa-dryer-design.git
synced 2026-06-30 19:36:42 +10:00
9 lines
382 B
CSS
9 lines
382 B
CSS
|
|
/* Canvas styles — injected into GrapesJS iframe */
|
||
|
|
:root {
|
||
|
|
--bg: #0a0e17; --card: #131a2b; --border: #1e2a45;
|
||
|
|
--text: #e8ecf4; --text2: #7a8baa; --dim: #4a5670;
|
||
|
|
--blue: #2d7ff9; --green: #00c853; --amber: #ffab00; --red: #ff1744;
|
||
|
|
}
|
||
|
|
body { margin: 0; background: var(--bg); font-family: 'Segoe UI', system-ui, sans-serif; color: var(--text); }
|
||
|
|
* { box-sizing: border-box; }
|