-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update link colors to pass accessibility test #1122
Comments
@chalimar can we use the same default link color as the button background update (#0A7A9E) ? Also different states of links use different colors, but different states of buttons use opacity. Should we switch links to use opacity as well, or come up with a new set of colors for different states? By states, I mean default, active, hover, visited. Thanks https://www.w3schools.com/css/css_link.asp EDIT: Or perhaps just updating the default color is enough to pass the accessibility tests. |
* Update link colors in theme-mui * Update common Link component * Clean up links in various places
@chalimar I had to use a darker shade of blue to pass the accessibility contrast tests. This new color will apply to most of the links and buttons ( |
* Update link colors in theme-mui * Update common Link component * Clean up links in various places
* Refactor code to make use of common Link component * Update theme to force default link colors
* Update link colors in theme-mui * Update common Link component * Clean up links in various places
* Refactor code to make use of common Link component * Update theme to force default link colors
Link color updates not properly taking effect in brave browser (based on chrome) during my testing. |
Overview
Currently contrast for links is insufficient to pass accessibility scans. Colors should be updated to fix that.
Action Items
The text was updated successfully, but these errors were encountered: