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.
Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.
Hello
Maybe?https://www.userchrome.orghttps://developer.mozilla.org/en-US/docs/Web/CSS/::selectionIf 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 editorhttps://www.userchrome.org/download-userchrome-css.html
Generate CSS file userContent.css
Others https://www.w3schools.com/colors/default.asp
If you modify the code, restart Firefox
never-displayed