The colour which your browser uses to highlight/select can be changed using CSS:
// FireFox ::-moz-selection { background: #e80575; } // Webkit/Chrome ::selection { background: #e80575; }