Skip to content

Commit

Permalink
change text highlight color in http(s) webpages to match rosybrown theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Jul 17, 2024
1 parent 3f1ca7f commit 16d6592
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chrome/userContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
@import "bar/scrollbar.css";
@import "styling/colors.css";

/* Text Highlight color in webpages */
@-moz-document regexp("http(s)?:.*") {
::selection {
background-color: #c38f8f;
color: #ffffff;
}
}

/* Based on: <https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/compact_about_config.css> */
/* Compact about:config list */
@-moz-document url("about:config") {
Expand Down

0 comments on commit 16d6592

Please sign in to comment.