Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@SilverEzhik
Created July 10, 2019 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SilverEzhik/1bf17d1d0d1374661be1d009c57b1d7f to your computer and use it in GitHub Desktop.
Save SilverEzhik/1bf17d1d0d1374661be1d009c57b1d7f to your computer and use it in GitHub Desktop.
If you are using Firefox and a dark theme on your OS, to prevent the prefers-color-scheme media query from making websites go dark, do this.
If you are using Firefox and a dark theme on your OS, to prevent the prefers-color-scheme media query from making websites go dark, do this:
1. Go to about:config
2. Right Click > New > Integer
3. Set it to:
Name - ui.systemUsesDarkTheme
Value - 0
Then restart Firefox.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment