[wip] website redesign
I have to work on splitting commits in the future. ^^
This commit is contained in:
parent
c169972931
commit
33fb7cb34c
10 changed files with 86 additions and 42 deletions
26
content/blog/firefox-dark-mode/index.de.md
Normal file
26
content/blog/firefox-dark-mode/index.de.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
title: "Firefox im Dark-Mode"
|
||||
author: ""
|
||||
date: 2021-05-15T11:54:53+02:00
|
||||
categories:
|
||||
tags:
|
||||
|
||||
draft: false
|
||||
type: "post"
|
||||
description: ""
|
||||
slug: firefox-im-dark-mode
|
||||
---
|
||||
|
||||
This is how to enable the dark mode for all compatible websites in your Firefox.
|
||||
|
||||
## 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`.
|
||||
|
||||
## Debugging
|
||||
|
||||
For debugging purposes you can switch between dark and light mode using the *Inspector* (right-click > Inspect):
|
||||
|
||||

|
||||
|
||||
You can test this right here on my website 🙂
|
26
content/blog/firefox-dark-mode/index.en.md
Normal file
26
content/blog/firefox-dark-mode/index.en.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
title: "Firefox Dark Mode"
|
||||
author: ""
|
||||
date: 2021-05-15T11:54:53+02:00
|
||||
categories:
|
||||
tags:
|
||||
|
||||
draft: false
|
||||
type: "post"
|
||||
description: ""
|
||||
slug: firefox-dark-mode
|
||||
---
|
||||
|
||||
This is how to enable the dark mode for all compatible websites in your Firefox.
|
||||
|
||||
## 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`.
|
||||
|
||||
## Debugging
|
||||
|
||||
For debugging purposes you can switch between dark and light mode using the *Inspector* (right-click > Inspect):
|
||||
|
||||

|
||||
|
||||
You can test this right here on my website 🙂
|
Loading…
Add table
Add a link
Reference in a new issue