-
Notifications
You must be signed in to change notification settings - Fork 4
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
Color/text/text size is not optimal #8
Comments
Thank you for submitting @thucke. Can you provide some details on the type of device you're using and what your display resolution is? |
Hi @jkbrock, I'm running
|
Sorry ;-) |
The site as is uses a dark theme (white text on a dark background). While the color combination for the text (white #ffffff and dark blue #1E2E37) passes the accessibility contrast test (https://webaim.org/resources/contrastchecker/), it is by nature harder for humans to read than traditional dark text on a light background. I can see several options. This simplest solution would be to increase the size of the body copy from 1rem to 1.15 or 1.2 rem. This would increase the legibility of the smaller copy throughout the site. The other option would be to rebuild the site with an eye towards a light theme with light backgrounds and dark text. The second option would be a much more time consuming task. |
The text was updated successfully, but these errors were encountered: