From 6bbbb02ad7a9298e92e2250b9a576aeaeebb7c07 Mon Sep 17 00:00:00 2001 From: engineer Date: Thu, 4 Jun 2026 00:37:26 +0200 Subject: [PATCH] a11y: restore AA contrast + fix form-label/link semantics on skills pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The monochrome pass (665413c) reintroduced sub-AA grays the earlier a11y commit had fixed, and the browse filters were never programmatically labeled. - SkillCard / Leaderboard: replace #555/#444/#333/#666 body text with the AA-passing #a3a3a3 / #8a8a8a values (use literal hex, not var(--muted) — CSS custom props don't resolve in inline styles during the CSS-load window and fall back to the default link color). - SkillsBrowser: associate search/category/platform