rugk / website-dark-mode-switcher

This is a (Firefox) add-on (WebExtension) that lets you invert the website's color scheme by inverting/changing the prefers-color-scheme media feature of CSS.
https://addons.mozilla.org/firefox/addon/dark-mode-website-switcher/?src=external-github-top
Other
58 stars 4 forks source link

Ignore spaces in media query #7

Closed rugk closed 5 years ago

rugk commented 5 years ago

Ref https://notabug.org/halcyon-suite/halcyon/issues/101#issuecomment-14504

It currently does not fake the JS window.matchMedia("(prefers-color-scheme:dark)").matches. Note the missing space between the : and dark.