Skip to content

Instantly share code, notes, and snippets.

@vieron
Created October 7, 2010 19:11
Show Gist options
  • Save vieron/615696 to your computer and use it in GitHub Desktop.
Save vieron/615696 to your computer and use it in GitHub Desktop.
CSS Styling Highlighted Text
::selection {
background:#cc0000;
color:#fff;
}
::-moz-selection {
background:#cc0000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment