diff options
Diffstat (limited to 'content/notes/devtool-theme.md')
-rw-r--r-- | content/notes/devtool-theme.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/content/notes/devtool-theme.md b/content/notes/devtool-theme.md index 603ec1b..664ec90 100644 --- a/content/notes/devtool-theme.md +++ b/content/notes/devtool-theme.md @@ -1,9 +1,9 @@ ---- -categories: [software, guide] -title: "Emulate system theme with firefox's devtools" -date: 2021-05-03T11:15:35+07:00 -tag: [firefox, css, theme] ---- ++++ +categories = ["software", "guide"] +title = "Emulate system theme with firefox's devtools" +date = 2021-05-03T11:15:35+07:00 +tag = ["firefox", "css", "theme"] ++++ Firefox's devtool provides you with a tool to emulate dark/light mode (probably Chrome does, too). It can be useful for front-end |