Skip to content

Instantly share code, notes, and snippets.

@monicams
Created September 26, 2012 10:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monicams/3787196 to your computer and use it in GitHub Desktop.
Save monicams/3787196 to your computer and use it in GitHub Desktop.
Colourful selection of text
/* -----------------------------------------
highlightes selected text on website
----------------------------------------- */
::-moz-selection {
background: #a31514;
color: #fff;
}
::selection {
background: #a31514;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment