Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existingopen or closed documentation requests that match my proposal.
- I haveread the FAQ and my problem is not listed.
Suggested Changes
I ran theaxe browser dev tools onhttps://typescript-eslint.io/getting-started. The report indicated we don't have enough color contrast...
- In dark mode:
- On block comments in code, such as
/* eslint-env node*/
: 3.23:1 (#737373
on#242529
) instead of 4.5:1
- On block comments in code, such as
- In light mode:
- On the command part of shell scripts, such as
npm install
: 2.76:1 (#569cd6
on#f6f8fa
) instead of 4.5:1
- On the command part of shell scripts, such as
Maintaining color contrast for all text above the minimum AA threshold of 4.5:1 is important so that users who need to visually perceive the website can. Lower color contrasts are a potential impediment for folks with reduced vision and/or worse hardware and/or bad lighting conditions.https://dequeuniversity.com/rules/axe/4.8/color-contrast
Accepting PRs to use brighter block comments in dark mode and darker shell script color in light mode.