remove controls container, bump surface contrast

This commit is contained in:
2026-02-19 16:54:12 +02:00
parent e0faae61e8
commit ac07f69ace
2 changed files with 9 additions and 12 deletions

View File

@@ -12,13 +12,13 @@
--textMuted:rgba(160,174,204,.72);
--textDim:rgba(158,174,208,.68);
/* Surfaces - cool-tinted, subtle fills */
--surface-0:rgba(140,165,220,.02);
--surface:rgba(140,165,220,.03);
--surface-2:rgba(140,165,220,.045);
--surface-3:rgba(140,165,220,.065);
--surface-4:rgba(140,165,220,.085);
--surfaceHover:rgba(140,165,220,.055);
--surfaceActive:rgba(140,165,220,.07);
--surface-0:rgba(140,165,220,.04);
--surface:rgba(140,165,220,.06);
--surface-2:rgba(140,165,220,.09);
--surface-3:rgba(140,165,220,.12);
--surface-4:rgba(140,165,220,.15);
--surfaceHover:rgba(140,165,220,.10);
--surfaceActive:rgba(140,165,220,.13);
/* Shadows - minimal */
--shadow:0 8px 24px rgba(0,0,0,.25);
--shadow2:0 4px 12px rgba(0,0,0,.15);