Skip to content

Instantly share code, notes, and snippets.

@tcomaj
Created May 24, 2012 13:46
Show Gist options
  • Save tcomaj/2781630 to your computer and use it in GitHub Desktop.
Save tcomaj/2781630 to your computer and use it in GitHub Desktop.
CSS: Text Selection
::selection {
color: white;
background-color: #ef8629;
}
::-moz-selection {
color: white;
background: #ef8629;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment