2020-07-01
Change selected text style
It's possible to change the element selected text style.
div::selection {
color: #fff;
background: red;
}
It's possible to change the element selected text style.
div::selection {
color: #fff;
background: red;
}
Comments