Fix accessibility: contrast ratios and link labels#40
Merged
Conversation
Bump --text-ghost, --text-faint, --text-phantom to meet WCAG AA 4.5:1 contrast ratio. Add aria-label to GitHub icon links in footers and skill cards.
marc0olo
added a commit
that referenced
this pull request
Feb 27, 2026
Resolve conflicts with PRs #40-#42 on main: - Accept the new "access" tab with real endpoints (llms.txt, raw GitHub, etc.) - Accept accessibility improvements (aria-labels, contrast fixes) - Replace "Your Agent / curl + paste" with "skills.sh / npx skills add" in the framework grid (the access page covers generic curl usage)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--text-ghost(#5e5e5e -> #717171),--text-faint(#6e6e6e -> #7a7a7a),--text-phantom(#444 -> #5a5a5a) to meet WCAG AA 4.5:1 contrast ratio against the dark backgroundaria-labelto GitHub icon links in footers and skill cardsaria-hidden="true"to decorative footer SVGsFixes Lighthouse accessibility score from 89 -> targeting 95+.
Test plan
Generated with Claude Code