Bad text contrast on home page of the buttons are now fixed#99
Merged
ntur101 merged 1 commit intoSofteng310:mainfrom Oct 19, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a critical accessibility and usability issue in the "Ready to Get Started" section where button text became invisible on hover due to poor color contrast (white text on white background). The fix changes the hover state to use a light emerald background with darker emerald text, ensuring proper readability and maintaining visual consistency.
- Updated hover styling from white-on-emerald to emerald-on-light-emerald for better contrast
- Added active state styling for improved user feedback
- Enhanced accessibility compliance by ensuring readable text contrast ratios
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
ntur101
approved these changes
Oct 19, 2025
Collaborator
ntur101
left a comment
There was a problem hiding this comment.
LGTM!! love the changes
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.



📌 Description
This PR fixes a visibility issue in the “Ready to Get Started” section where the button text became unreadable when hovered.
Previously, the text color changed to white on a white background, making the buttons appear blank and reducing accessibility.
This update adjusts the hover state styling to ensure proper contrast between text and background, improving readability and UI consistency.
What does this PR do?
Fixes the hover text visibility issue on buttons in the "Ready to Get Started" module.
Why is it needed?
The previous hover state made button text invisible (white on white), which negatively impacted usability and accessibility.
🔗 Related Issue(s)
Closes #97
✅ Changes
🧪 How to Test