Override the text selection (highlight) color with CSS  

If you want to override the default text selection or highlight color you can. Simple apply the ::selection selector in your CSS and change the color, font, or whatever you want.

::selection {
    background: #ffb7b7; /* Safari */
}

::-moz-selection {
    background: #ffb7b7; /* Firefox */
}


Name: Email (Not Required):
 
Logged IP: 54.235.20.17
To prevent spam please submit by clicking the kitten: