diff options
author | Elias Ojala <git@eliasojala.me> | 2018-12-20 15:25:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-20 15:25:52 +0200 |
commit | 9d54c5c13e680112d219253b50cfef8023848748 (patch) | |
tree | 9382e3f8c698e4e3aec1b93d7afd387cabd62f16 /README.md | |
parent | 2eddcc8c1f04fd406c0420d59aa0df49558c49e9 (diff) |
Syntax highlighting for CSS
Diffstat (limited to 'README.md')
-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. |