How to change text selection color in CSS
By default, text selection comes with light blue background and black text. We are going to change, the text selection color like this:
In your CSS file,
/* Custom Component Text Selection Change */
.component::selection{
background-color: #FEF4...
h.dhairyashah.dev1 min read