Using Dark Mode in CSS with MacOS Mojave
paulmillr.com
Using Dark Mode in CSS with MacOS Mojave
1–10 of 128 posts
Re: Using Dark Mode in CSS with MacOS Mojave
#2Re: Using Dark Mode in CSS with MacOS Mojave
#3Re: Using Dark Mode in CSS with MacOS Mojave
#4Another interesting point is this might lead to yet more fingerprinting surface area. But overall, I think I'll take that over blinding myself at night.
Re: Using Dark Mode in CSS with MacOS Mojave
#5Re: Using Dark Mode in CSS with MacOS Mojave
#6Firefox has the option to set default colours based on your theme, so mine are set to dark colours. However, I find that many sites become unusable because they assumed the user defaults would be black text on white background. I use Stylus to override things which sometimes works but not always. Is there actually a way to fix this?
Re: Using Dark Mode in CSS with MacOS Mojave
#7Unfortunately it doesn't work in Chrome or Firefox yet, as they haven't implemented proper APIs.
Re: Using Dark Mode in CSS with MacOS Mojave
#8But I don't think it's safe to assume that someone who sets a dark UI also wants web pages displayed like that.
I set dark mode in macOS to have the UI fade into the background and reveal the content; I don't want or expect that websites will present white text on a dark background too. That's fine for coding but can be less readable for long form articles depending on the ambient lighting.
Re: Using Dark Mode in CSS with MacOS Mojave
#9Re: Using Dark Mode in CSS with MacOS Mojave
#10This is a very interesting step, considering that Apple's interface guidelines prefer that application "content" remain regularly styled (e.g. as Pages does). This seems to show that Safari's web view has been changed from being merely content to being part of the user interface, as it would in say web applications. Presumably document creation websites e.g. Google Docs would be encouraged to maintain a light-themed…
Word processors don't have this concept, and what you see is (supposed to be) always exactly what you get. So Pages doesn't display dark documents because the output then should be a dark document.