Aren't you annoyed by “dark mode only” websites?
1–10 of 10 posts
Re: Aren't you annoyed by “dark mode only” websites?
#2Re: Aren't you annoyed by “dark mode only” websites?
#3Re: Aren't you annoyed by “dark mode only” websites?
#4I am happy that there is no dark mode for HN.
Re: Aren't you annoyed by “dark mode only” websites?
#5Re: Aren't you annoyed by “dark mode only” websites?
#6Re: Aren't you annoyed by “dark mode only” websites?
#7Re: Aren't you annoyed by “dark mode only” websites?
#8Re: Aren't you annoyed by “dark mode only” websites?
#9They're exceedingly difficult to read on E-Ink displays, which I'm using increasingly these days. Reader mode helps, though it's not always available.
* { color: black !important; background-color: white !important; }
works surprisingly great on almost every site.
Re: Aren't you annoyed by “dark mode only” websites?
#10Now that I think about it I'm not sure if I've always been this way; for example I loved monokai theme since its release, for years I refused to color code with anything else. Nowadays my editor is dark gray on warm almost-white, no colors, only bold to highlight some keywords.
That said, I don't think websites should have different styles to please everyone. I respect the designer (is web design still a thing in the material world?) choices but the developer should code the page separating style and content. Let me turn off css or use reader mode without compromising content.
Quick solutions I've used when clicking the back button was not an option: some !important css on the browser console, print pdf, reader mode, outline, Vivaldi has a negative mode switch that's particularly useful on mobile, last resort copy the text and paste it somewhere else..