Change your computer and browser highlight color to pink.
It is so worth it.
And, If you're a web developer, convince your client to implement this:
::selection { background: pink; /* WebKit/Blink Browsers */ }
::-moz-selection { background: pink; /* Gecko Browsers */ }
Go ahead, see for youself here! (desktop)