refactor(apply): add score-badge--mid-high token for 4-tier scoring

This commit is contained in:
pyr0ball 2026-03-19 08:08:06 -07:00
parent b663458b28
commit 1367ca377a

View file

@ -53,8 +53,9 @@ body {
/* ── Match score thresholds ── */ /* ── Match score thresholds ── */
--score-high: var(--color-success); /* ≥ 70% */ --score-high: var(--color-success); /* ≥ 70% */
--score-mid: var(--color-warning); /* 4069% */ --score-mid-high: #2b7cb8; /* 5069% — Falcon Blue variant */
--score-low: var(--color-error); /* < 40% */ --score-mid: var(--color-warning); /* 3049% */
--score-low: var(--color-error); /* < 30% */
--score-none: var(--color-text-muted); --score-none: var(--color-text-muted);
/* ── Motion tokens ── */ /* ── Motion tokens ── */
@ -87,6 +88,8 @@ body {
--app-accent-light: #2D1505; --app-accent-light: #2D1505;
--app-accent-text: #1a2338; --app-accent-text: #1a2338;
--score-mid-high: #5ba3d9; /* lighter blue for dark bg */
--status-synced: #9b8fea; --status-synced: #9b8fea;
--status-survey: #b08fea; --status-survey: #b08fea;
--status-phone: #4ec9be; --status-phone: #4ec9be;