@TwitterBot

What if you had real control over Light Mode / Dark Mode on a per-site basis? Let the user decide which color-scheme they want on a per-site basis and store that. This is a very nice proof of concept by @bramus here.

https://t.co/nGSxIBrAK5

Web development

Bram.us
What if you had real control over Light Mode / Dark Mode on a per-site basis?
The Web Preferences API offers a way for sites to override the value for a given user preference (e.g. color-scheme preference) in a way that fully integrates with existing Web APIs.
An extension has been developed to override and persist the prefers-color-scheme value, allowing users to customize dark or light mode on a per-origin basis.
[ post ]