Skip to content

Commit 8ea7fa4

Browse files
committed
fix(theme): brighten light-mode page floor + surfaces to crisp cream
1 parent 869e4c4 commit 8ea7fa4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/dashboard/src/theme/tokens.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -273,14 +273,14 @@
273273
* brightness AND moved --bg-panel above --bg-deep so panels pop as
274274
* elevated cream rather than sinking below the page. Contrast still
275275
* clears WCAG AA for all text/accent tokens listed below. */
276-
--bg-deep: #f5ecd3;
277-
--bg-panel: #fbf3df;
278-
--bg-card: #fef8e8;
279-
--bg-input: #fffbf0;
280-
--bg-elevated: #fef8e8;
276+
--bg-deep: #fdf7e4;
277+
--bg-panel: #fffcf2;
278+
--bg-card: #fffefa;
279+
--bg-input: #ffffff;
280+
--bg-elevated: #fffefa;
281281

282282
/* Glassmorphic — warm frosted glass */
283-
--glass-bg: rgba(251, 243, 223, 0.88);
283+
--glass-bg: rgba(255, 252, 242, 0.88);
284284
--glass-border: rgba(160, 140, 110, 0.5);
285285
--glass-shadow: 0 4px 24px rgba(60, 40, 10, 0.12), 0 1px 2px rgba(60, 40, 10, 0.08);
286286
--glass-glow: 0 0 30px rgba(160, 120, 40, 0.06);

0 commit comments

Comments
 (0)