Closed
Description
Describe the bug
First off, I really like the new documentation theme. This is a minor complaint, although it probably affects some users more than others.
The link color var(--ifm-link-color)
has a contrast ratio of 1.92. This does not meet AA contrast requirements.
Steps to reproduce
- Visit https://create-react-app.dev/docs/getting-started/
- Inspect a link element via dev tools
Expected behavior
Contrast should meet AA requirements (it does in dark mode).