...in dark mode: between the #3992ff link text compared to #a4a4a4 body text
...in light mode: between #1b6ef5 link text compared to #434343 body text
I haven't dug too deeply. There might be more insufficient color contrasts or other issues.
Some quick suggested remediations could be:
Lightning the comments in dark mode to be more visually distinct
Darkening the green text in light mode to be more visually distinct
Adding an underline to link text, the way GitHub recently did for Markdown by default
Note that I'm not an accessibility professional and might have missed some issues. I'd be happy to send in a PR with these fixes or alternatives, but would recommend having a real professional go through a full site audit.
Reproduction
System Info
Used Package Manager
npm
Expected Behavior
Pages such as https://remix.run/docs/en/main/start/quickstart shouldn't have any web accessibility issues.
Actual Behavior
Scanning with axe DevTools finds two visual errors:
#666666
commented-out text (e.g.# install runtime dependencies
)#30ba2d
light green commands (e.g.my-remix-app
)#3992ff
link text compared to#a4a4a4
body text#1b6ef5
link text compared to#434343
body textI haven't dug too deeply. There might be more insufficient color contrasts or other issues.
Some quick suggested remediations could be:
Note that I'm not an accessibility professional and might have missed some issues. I'd be happy to send in a PR with these fixes or alternatives, but would recommend having a real professional go through a full site audit.