▲ | 1718627440 5 days ago | |||||||
If your intention is to let the user choose between styles the best way would be Alternate Stylesheets: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/... . Sadly Google can't be bothered to implement "legacy" standards (=standards not invented at Google). If your intention is to adopt your styles slightly to user preferences then there are media queries. | ||||||||
▲ | Telaneo 5 days ago | parent [-] | |||||||
Alternate stylesheets don't persist (at least in Firefox), which is really annoying. Media queries are really nice though. Being able to provide a night mode alternative without even asking the user, assuming they've set the OS to their preference, is really seamless. | ||||||||
|