Fix: achieve 100 Lighthouse accessibility score

- Improve color contrast: bg-brand-600 → bg-brand-700 (3 elements)
- Fix heading order: h4 → h3 after h2 (2 elements)
- Fix label-content mismatch: aria-label includes visible text (2 elements)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kappa
2026-01-21 00:13:36 +09:00
parent b9df16241d
commit bdf7399614
2 changed files with 6 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ textarea:focus-visible,
position: absolute;
top: -40px;
left: 0;
background: var(--color-brand-600);
background: var(--color-brand-700);
color: white;
padding: 8px;
z-index: 100;