cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Mr_Sala2
New member
Status: New idea

It would be nice if the blue color when you select text on a website is darker on pages with dark mode (or that have a black background), since it is not very different what you select.

2 Comments
Status changed to: New idea
Jon
Community Manager
Community Manager

Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.

Agentvirtuel
Contributor

Hello

Maybe?
https://www.userchrome.org
https://developer.mozilla.org/en-US/docs/Web/CSS/::selection
If you'd like to test userContent.css

/* Make selected text gold on a red background */
::selection {
  color: gold;
  background-color: red;
}

You can paste CSS into this lightweight editor
https://www.userchrome.org/download-userchrome-css.html1.png

Generate CSS file userContent.css

2.png

Others https://www.w3schools.com/colors/default.asp

If you modify the code, restart Firefox