diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2016-08-05 13:34:50 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2016-08-05 13:34:50 +0000 |
commit | 78c28f7d80b9af9a012f5536f02183decc5e9935 (patch) | |
tree | 54e4763d963467af4cba987f967f28500cd17ec6 | |
parent | e605f3bf7f35761d2e802375df89e1f826d1cad6 (diff) | |
parent | cd9dd1ab0ee230a47109491e3341d25c5d3d469c (diff) |
Merge branch 'master' of github.com:einaregilsson/Redirector
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,3 +2,12 @@ * [Firefox](https://addons.mozilla.org/firefox/addon/5064) * [Google Chrome and Vivaldi](https://chrome.google.com/webstore/detail/redirector/ocgpenflpmgnfapjedencafcfakcekcd) * [Opera](https://addons.opera.com/extensions/details/redirector-2/) + +## 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%);} + +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. |