If you're not using browser default colors, respect `@prefers-color-scheme`.
Contrast Rebellion
11–20 of 151 posts
Re: Contrast Rebellion
#12Re: Contrast Rebellion
#13Re: Contrast Rebellion
#14Not only text... take Whatsapp, used by all people with a cellphone in the world, whose sent and read check marks are distinguished only by a subtle change of color instead of having different icons.
Re: Contrast Rebellion
#15It would be nice since they are advocating for readable text if the font sizes were appropriate on mobile. Even funnier is that lighthouse shows a multitude of accessibility problems in the page including.... low contrast. https://pagespeed.web.dev/analysis/https-contrastrebellion-c... Apparently the reason for the awful sizing on mobile is missing the responsive viewport meta tag... IDK, I agree with the content of…
How ironic.
Re: Contrast Rebellion
#16Not to mention the deplorable scroll-hijack.
I think we may need a whole series of rebellions.
Re: Contrast Rebellion
#17Not only text... take Whatsapp, used by all people with a cellphone in the world, whose sent and read check marks are distinguished only by a subtle change of color instead of having different icons.
Re: Contrast Rebellion
#18Re: Contrast Rebellion
#19If you can't solve it with CSS presets, I think it's better to stick with higher contrast for these reasons. For my blog I just use black-on-white, even though for me personally it's too much if it's more than just a couple of paragraphs. I tend to lower my display brightness while checking my own blog. :)
Another nuance I don't see discussed is at least not keeping the empty background around the content div at the maximum value level. It's just emitting pure light around the main content for no use.
Re: Contrast Rebellion
#20Why? The difference is barely noticeable, but black provides more contrast and IMO looks better than #1b1b1b.
I've seen many designers assert that being slightly off-black is "better" for some reason, but isn't this the same argument that eventually leads to low-contrast designs? Why is a little bit of contrast reduction good, but a lot is bad? Pure black always looks (slightly) better to me (I commonly open the inspector and toggle the color to test this). And anyway, the variation in people's monitor settings is probably much wider than the difference between #1b1b1b and black, so what is even the point? Why waste brainpower trying to decide exactly how much contrast reduction is good, and risk going too far for some people while creating an imperceptible difference for others?
(To be clear, if it's not obvious, I'm a big fan of this site's message... but apparently I'd go even further.)