Archived topic
please consider adding ::selection color to colors settings.
1 reply · Started by Silvio on April 16, 2019
Viewing posts 1–2 of 2
as simple as it is. This would be useful to have in the customizer.
::-moz-selection { /* Code for Firefox */
color: red;
background: yellow;
}
::selection {
color: red;
background: yellow;
}
Kind of a cool idea, although it is really easy to add with some CSS. I'll keep it in mind.
Thanks! :)
This archived topic is closed to new replies.