Text selection color
Warning: this doesn't work in IE and your stylesheet won't validate.
This CSS code change the color of text selection on your page.
::-moz-selection{
background:#EDCCCC;
color:#FF3399;
}
::selection {
background:#EDCCCC;
color:#FF3399;
}
Leave a Comment
Works? Doesn't work? Other tips? Please leave a comment! :)