-
Notifications
You must be signed in to change notification settings - Fork 10
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
Text in 'Committed to Openness' Section is Hard to Read Due to Low Contrast #26
Comments
@shantanuk7 thanks for the issue. Do you want to take it up? |
The issue, it seems, still persists. I have researched more and found that the dark mode looks good but it is not working in Google Chrome browser. It works on Firefox (When user theme preferences have been set to dark theme). However, it seems to be a separate issue.
@bodhish @sainak I apologise for not replying earlier. I’d be happy to work on resolving the light mode issue if it’s still available for contribution. |
Yup |
Ok, I'll raise the PR, please assign the issue to me |
On the landing page, the "Committed to Openness" section has low contrast between the text (light grey/white) and the background, making it unreadable. The issue is particularly severe for the title text, where phrases like "Committed to" and "from Day One" are almost invisible.
Additionally, the GitHub logo used in this section violates GitHub's branding guidelines, which allow only black or white logos (reference).
Suggested Solution:
According to WebAIM - Web Accessibility's Contrast Checker Tool: https://webaim.org/resources/contrastchecker/?fcolor=D1D5DB&bcolor=FFFFFF The current text-background contrast ratio is 1.47:1, which fails WCAG AA standards. The suggested fix improves it to 4.83:1.
Until a better UI design is implemented, here's a proposed interim fix:
If this solution seems acceptable, I'd be happy to work on this. Please assign the issue to me.
The text was updated successfully, but these errors were encountered: