You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lighthouse scores: Accessibility 92→target 96+, SEO 100, Best Practices 92
Fixes:
- Color contrast: "Data syncs weekly" text-gray-400 → text-gray-500
(WCAG AA requires 4.5:1 contrast ratio)
- Touch targets: footer links increased from space-y-1 to space-y-2
with py-1 padding for 44px minimum touch target
- Accessible names: ThemeToggle aria-label now includes visible text
("Dark mode active, switch to light" contains "Dark")
- Footer links: removed redundant aria-labels that mismatched visible text
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
<ahref="https://uscode.house.gov/"class="underline hover:text-teal"rel="noopener noreferrer"target="_blank"aria-label="Official U.S. Code (OLRC), opens in new tab">
<ahref="https://github.com/civic-source/us-code"class="underline hover:text-teal"rel="noopener noreferrer"target="_blank"aria-label="Source Data on GitHub, opens in new tab">
<ahref="https://github.com/civic-source/us-code-tracker"class="underline hover:text-teal"rel="noopener noreferrer"target="_blank"aria-label="Pipeline Code on GitHub, opens in new tab">
0 commit comments