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

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