Change Text Selection Color

PHOTO EMBED

Wed Apr 29 2020 11:11:47 GMT+0000 (Coordinated Universal Time)

Saved by @PinkStyle #css

::selection {
  background-color: #FFA;
  color: #000;
}
                                
content_copyCOPY

This code is used to change the text selection color.

https://css-tricks.com/snippets/css/change-text-selection-color/