revise article
This commit is contained in:
parent
8c2956aeff
commit
34f1f858ef
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ This is how to enable the dark mode for all compatible websites in your Firefox.
|
||||||
|
|
||||||
## Firefox Config
|
## Firefox Config
|
||||||
|
|
||||||
To enable the Firefox Dark Mode open your Firefox' [about:config](https://support.mozilla.org/en-US/kb/about-config-editor-firefox) and add a **new** boolean `ui.systemUsesDarkTheme` and set it to `1`.
|
To enable the Firefox Dark Mode, open your Firefox' [about:config](https://support.mozilla.org/en-US/kb/about-config-editor-firefox) and add a **new** boolean `ui.systemUsesDarkTheme` and set it to `1`.
|
||||||
|
|
||||||
## Debugging
|
## Debugging
|
||||||
|
|
||||||
For debugging purposes you can switch between dark and light mode using the *Inspector* (right-click → Inspect):
|
For debugging purposes, you can switch between dark and light mode using the *Inspector* (right-click → Inspect):
|
||||||
|
|
||||||
![Firefox' Inspector dark and light mode](2021-05-15_firefox-inspector-dark-light-mode.png)
|
![Firefox' Inspector dark and light mode](2021-05-15_firefox-inspector-dark-light-mode.png)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue