Skip to content

Docs site: fix two landing-page accessibility nits (color-contrast + label/name mismatch) #31

Description

@marcusrbrown

The docs landing page (https://mrbro.dev/dev-like/) scores 95 on Lighthouse accessibility — two audits are dinging it, both on the root page:

  1. color-contrast — an element's foreground/background contrast is below the WCAG AA threshold.
  2. label-content-name-mismatch — an element's visible text label doesn't match its accessible name.

Registry pages score 100; this is landing-page-only. Neither blocks launch, but they're cheap to close and worth doing before the page gets traffic.

Verified 2026-07-16 via Lighthouse mobile (root: performance/SEO/best-practices 100, accessibility 95). Reproduce with a Lighthouse run against the root URL and read the two failing audits for the exact offending nodes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions