samrobbins85 / colour-a11y-for-tailwind

Check the accessibility of tailwind colours on your background
https://colour-a11y.vercel.app
MIT License
19 stars 4 forks source link

Feature: adding Green, Yellow, Red to emphasize scores #34

Open luuu-xu opened 1 year ago

luuu-xu commented 1 year ago

I also think it is another good feature if we can change the scores' text colours to, let's say, for AAA you get #22C55E green, and for AA you get #FACC15 yellow, and for Fail you get #EF4444 red.

What do you think?

Oh, and also I think it would be great to save the light/dark background colours in localStorage so users can access them easily next time using the website?

samrobbins85 commented 1 year ago

I'm not sure about this one, as black and white have fairly good contrast against the background which might be lost by changing to RGB, making the scores difficult to read.

Localstorage implementation sounds good though!