diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2018-12-21 09:52:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-21 09:52:38 +0000 |
commit | c024ada4ca5bc6a5db4bc8c2a1b60397434d9c3b (patch) | |
tree | 9382e3f8c698e4e3aec1b93d7afd387cabd62f16 | |
parent | 2eddcc8c1f04fd406c0420d59aa0df49558c49e9 (diff) | |
parent | 9d54c5c13e680112d219253b50cfef8023848748 (diff) |
Merge pull request #133 from theel0ja/patch-1
Syntax highlighting for CSS
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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. |