Hacker News new | ask | show | jobs
by _jstreet 1498 days ago
> the easy fix is just to switch the websites you use to light mode.

The trouble is that `prefers-color-scheme` is set at browser or system level. In order for a website to use a different colour-scheme, then they need to add functionality with Javascript in order to be able to load different styling at user request.

I wish there were some URL-based rules you could set in the browser settings (I expect there are addons to do this, haven't looked though!).