Hacker News new | ask | show | jobs
by helldritch 1489 days ago
Generally I prefer a mid-saturation blue-tinted grey in the #111111 horizontal line for my base text colours, which is basically indistinguishable from black but works better with the other hues on our website.

That being said, it's easy using the prefers-contrast CSS property to override that to #000000 for people who are hard of sight.

It's supported by edge, safari, chrome, opera but it's a bit finnicky in Firefox.