When you select text in browser, most often background behind text being selected changes color to blue. How to change this color to another?
Try this
::selection { background:#999; color:#fff; }