aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2018-12-21 09:52:38 +0000
committerGitHub <noreply@github.com>2018-12-21 09:52:38 +0000
commitc024ada4ca5bc6a5db4bc8c2a1b60397434d9c3b (patch)
tree9382e3f8c698e4e3aec1b93d7afd387cabd62f16
parent2eddcc8c1f04fd406c0420d59aa0df49558c49e9 (diff)
parent9d54c5c13e680112d219253b50cfef8023848748 (diff)
Merge pull request #133 from theel0ja/patch-1
Syntax highlighting for CSS
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6dbd13f..26bed55 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,10 @@
## Dark theme
If you are a Firefox user and use a dark theme, you can edit your userChrome.css file and add these lines to it for the extension button to more visible:
- /* Redirector button for dark Firefox themes */
- toolbarbutton#toggle-button--redirectoreinaregilssoncom-redirector[image*="active"]{filter:invert(100%) brightness(600%);}
- toolbarbutton#toggle-button--redirectoreinaregilssoncom-redirector[image*="disabled"]{filter:invert(100%) brightness(250%);}
-
+```css
+/* Redirector button for dark Firefox themes */
+toolbarbutton#toggle-button--redirectoreinaregilssoncom-redirector[image*="active"]{filter:invert(100%) brightness(600%);}
+toolbarbutton#toggle-button--redirectoreinaregilssoncom-redirector[image*="disabled"]{filter:invert(100%) brightness(250%);}
+```
+
If you don't know what the userChrome.css file is or how to edit it, please look it up on Firefox forums instead of asking about it on this repository.