Skip to content

fix(a11y): improve login button color contrast - #4

Merged
JinxiangChen22 merged 1 commit into
mainfrom
fix/a11y-color-contrast-austin
May 8, 2026
Merged

fix(a11y): improve login button color contrast#4
JinxiangChen22 merged 1 commit into
mainfrom
fix/a11y-color-contrast-austin

Conversation

@yellow-12138

Copy link
Copy Markdown
Collaborator

What changed

Improved the color contrast of the Log In navigation button.

Detection

axe DevTools reported the issue: "Elements must meet minimum color contrast ratio thresholds".

Root cause

The original Log In button used white text on a light grey background, which produced insufficient contrast.

Implementation

Updated the button to use dark text on a light background and added a high-contrast hover/focus state.

Testing

  • Checked the updated navigation button visually
  • Re-ran axe DevTools after the CSS change
  • Prepared before/after evidence for the coursework report
微信图片_20260506223727_229_698

@vercel

vercel Bot commented May 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
taskify Ready Ready Preview, Comment May 8, 2026 9:32am

@codecov

codecov Bot commented May 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@JinxiangChen22
JinxiangChen22 merged commit 7883965 into main May 8, 2026
4 checks passed
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.

2 participants