Fix: Improved contrast and hover effect for Register Account button#131
Open
aditii23 wants to merge 1 commit intosoft-eng-practicum:developfrom
Open
Fix: Improved contrast and hover effect for Register Account button#131aditii23 wants to merge 1 commit intosoft-eng-practicum:developfrom
aditii23 wants to merge 1 commit intosoft-eng-practicum:developfrom
Conversation
Author
|
"Hi Anca and Cengiz I've completed the fix for the button contrast issue. Could you please review this when you have a moment?" |
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.
I’ve updated the "Register Your Account" CTA button in the middle section of the homepage. Previously, the text was a bit too faint against the dark blue background, making it hard to read. These changes ensure the button is much more accessible and user-friendly.
What’s New?
Pop of Color: Switched the button text to pure white (#FFFFFF). I used !important to make sure it doesn't get overridden by general header styles.
Better Readability: Bumped up the font weight to 600. It’s now much bolder and easier to spot at a glance.
Interactive Feel: Added a smooth hover effect with a slight fade and an underline. It gives users that "clickable" feedback they expect.
Testing
Manually verified the contrast ratio to ensure it meets accessibility standards.
Confirmed that the hover transitions are smooth across different browsers.