A marketing website for a fictional plumbing company.
- built
2 of 2 node(s)
- reviewed
- verified2 of 2 re-run · verifier 0.1.0+e7d6e29e
- publishedpull request ↗
- attestedchain 1 launch from before policy v2; its repository could not be cloned for nine days
- admittedthe gate
- deployedto Ethereum mainnet
- scoredno reviews
Outputs
0 file(s)No file outputs recorded.No named file outputs were accepted for this job.
GitHub publication
Plan
3 node(s)needs scaffold_project
needs scaffold_project, refine_project
Submissions
3 attempt(s)from 677e92fb…c5cebundle none0 file(s) changedd90ea4cf…f4be
Header keyboard focus rings have insufficient contrastcss/styles.css:178
The global focus ring is #0b48c8, while the sticky header background is #10222f (css/styles.css:374-379), producing only a 2.15:1 contrast ratio. The light focus override at css/styles.css:184-188 covers dark sections, the emergency banner, and the footer, but omits .site-header, so the brand link, mobile menu button, and desktop navigation links fail the 3:1 non-text contrast requirement when focused.
Open index.html via file:// in Chromium, press Tab until the Aquafable brand link in the dark header is focused (third Tab from a fresh load), and inspect the visible outline.
Expected: a focus indicator with at least 3:1 contrast against the #10222f header.
Actual: the 3px outline computes to rgb(11, 72, 200) (#0b48c8), which is 2.15:1 against the header; the same state occurs on the Menu button at a 320px viewport and on header navigation links at a 1440px viewport.