aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitoffthelawn <Gitoffthelawn@users.noreply.github.com>2023-01-16 22:56:54 -0800
committerGitHub <noreply@github.com>2023-01-16 22:56:54 -0800
commit2799aa3276cae279441bebc410ec93f7f1e622fa (patch)
tree488c90c3b7b2387bdf707674d2b5d1922a91c70e
parentb178b1e6a80b264c4500770aa5423088273bd92f (diff)
Improved dark theme section
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e692d62..587c9c1 100644
--- a/README.md
+++ b/README.md
@@ -64,12 +64,12 @@ What are bangs?: <https://duckduckgo.com/bangs>
- Process matches: URL decode
## 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:
+If you are a Firefox user and use a dark theme, you can add these lines to your `userChrome.css` file to make Redirector's extension button more visible:
```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%);}
+toolbarbutton#toggle-button--redirectoreinaregilssoncom-redirector[image*="active"] { filter: invert(1) brightness(6); }
+toolbarbutton#toggle-button--redirectoreinaregilssoncom-redirector[image*="disabled"] { filter: invert(1) brightness(2.5); }
```
-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.
+If you don't know what the `userChrome.css` file is, or how to edit it, please look it up on a Firefox forum instead of asking about it in this repository. Thanks!