Lighten bg to show indigo hue — 8% was too black for card contrast
This commit is contained in:
parent
e4b2094d96
commit
5ad5ade19b
2 changed files with 6 additions and 6 deletions
|
|
@ -22,9 +22,9 @@
|
|||
--garden-warning: var(--red-5);
|
||||
|
||||
/* ── Surfaces — the deep background from context.html ──── */
|
||||
--garden-bg: oklch(8% 0.02 270); /* #050810 — near-black indigo */
|
||||
--garden-surface: oklch(12% 0.03 270); /* #141428 — card/panel bg */
|
||||
--garden-border: oklch(18% 0.03 270); /* #1a1a2e — subtle lines */
|
||||
--garden-bg: oklch(14% 0.03 270); /* dark indigo, visible hue */
|
||||
--garden-surface: oklch(18% 0.04 270); /* card bg — one step up */
|
||||
--garden-border: oklch(24% 0.04 270); /* subtle lines */
|
||||
|
||||
/* ── Text — the cool gray from the pieces ──────────────── */
|
||||
--garden-text: oklch(82% 0.02 270); /* #c8c8d8 — body */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue