aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7e0945b..6dbd13f 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
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[label="Redirector"][image*="active"]{filter:invert(100%) brightness(600%);}
- toolbarbutton[label="Redirector"][image*="disabled"]{filter:invert(100%) brightness(250%);}
+ 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.