Skip to content

Instantly share code, notes, and snippets.

@yuguo
yuguo / css-selection.css
Created April 12, 2012 09:13
CSS Selection
::-moz-selection { color: #000; background: #DBB42D; }
::-webkit-selection { color: #000; background: #DBB42D; }
::selection { color: #000; background: #DBB42D; }