style(design): FINDING-002 — заголовки таблицы слотов на --text-muted (контраст AA)

This commit is contained in:
Дмитрий Соловьев
2026-06-15 11:43:36 +03:00
parent 6db196066d
commit 1c9cdf4ad2
@@ -1124,7 +1124,8 @@
top: 0; top: 0;
z-index: 1; z-index: 1;
background: var(--bg-panel); background: var(--bg-panel);
color: var(--text-dim); /* --text-muted (#a4b0b1) даёт ~6:1 на панели — заголовки читаются (AA), --text-dim был ~4.3:1. */
color: var(--text-muted);
font-weight: 600; font-weight: 600;
} }