Talley Lambert @talley.codes · May 21

for you other colorblind coders out there, tired of missing the red X in your github actions logs .color-fg-danger, .fgColor-danger {color: magenta !important;} .octicon-x {color: magenta !important;} you're welcome

20 likes 4 replies

?

Replies

Davis Bennett · May 22

As a fellow colorblind person, I can only imagine the number of "gfp is green, tdtomato is red... you can't see either" slides you have sat through

Talley Lambert · May 22

Oh actually, I’m an idiot… just use this 😅 github.blog/changelog/20...

Talley Lambert · May 21

please accept this PR ``` :root { --bgColor-danger-emphasis: magenta !important; --fgColor-danger-emphasis: magenta !important; --bgColor-danger: magenta !important; --fgColor-danger: magenta !important; } ```

Ben Wilson · May 21

I was told blue is better for a traffic light analogue. Is magenta really better for colour blind individuals?