/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* Mozilla based browsers */ ::-moz-selection { background-color: #FFA; color: #000; } /* Works in Safari */ ::selection { background-color: #FFA; color: #000; }