Skip to content

Fix critically low color contrast on footer text - #54

Open
claude[bot] wants to merge 1 commit into
masterfrom
fix/issue-37-footer-color-contrast
Open

Fix critically low color contrast on footer text#54
claude[bot] wants to merge 1 commit into
masterfrom
fix/issue-37-footer-color-contrast

Conversation

@claude

@claude claude Bot commented Jun 16, 2026

Copy link
Copy Markdown

Fixes #37

What changed

Changed .footer color from #3e4451 to #abb2bf in demo/index.html.

Why

The old color produced ~1.4:1 contrast against the #282c34 background — well below the WCAG AA minimum of 4.5:1 for normal text. The new color (#abb2bf, the page's standard body text color) yields ~6.2:1 contrast, which passes WCAG AA.

How to verify

Open demo/index.html in a browser and scroll to the footer. The "Built with HTML + CSS" and "Last updated: sometime in 2024" spans should now be clearly legible against the dark background. Running a contrast checker on #abb2bf / #282c34 will confirm ≥4.5:1.

Change .footer color from #3e4451 (~1.4:1 contrast) to #abb2bf (~6.2:1
contrast) to meet WCAG AA minimum of 4.5:1 for normal text.

Fixes #37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix critically low color contrast on footer text (~1.4:1 against background)

0 participants