Drop the step-badge contrast override, fixed upstream

main fixed --c-text-subtle in dark (zinc-300 to zinc-250) for exactly the
reason this override existed, so the badge no longer needs its own token. The
a11y gate reports zero violations either way; reverting keeps the shade the
design system intends.
This commit is contained in:
Connor Yoh
2026-08-13 15:58:58 +01:00
parent 05f8d47d79
commit 8ffcbc14c4
@@ -65,9 +65,7 @@
border-radius: 999px;
font-size: 0.75rem;
font-weight: 600;
/* Muted rather than subtle: at 12px this is body-size text, so it owes WCAG AA. Subtle resolves
to #71717a, which is only 3.59:1 on the dark surface; muted clears it in both themes. */
color: var(--c-text-muted);
color: var(--c-text-subtle);
white-space: nowrap;
}