cutestrap icon indicating copy to clipboard operation
cutestrap copied to clipboard

Text selection color

Open scottsweb opened this issue 4 years ago • 0 comments

I think it would be nice to set the text selection colors based on the current theme settings:

::-moz-selection { background: yellow; }
::selection { background: yellow; }

The challenge here being that we may want to consider a dark mode implementation too.

scottsweb avatar Jul 08 '20 09:07 scottsweb