tylerchilds / cutestrap

A strong, independent CSS Framework. Only 2.7KB minified & gzipped.

Home Page:https://www.cutestrap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text selection color

scottsweb opened this issue · 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.