Skip to content

Instantly share code, notes, and snippets.

@ekstinehickorysnippets
Created July 7, 2012 10:16
Show Gist options
  • Save ekstinehickorysnippets/3065743 to your computer and use it in GitHub Desktop.
Save ekstinehickorysnippets/3065743 to your computer and use it in GitHub Desktop.
CSS: Text Selection Color
::selection {
color: #000000;
background-color: #FF0000;
}
::-moz-selection {
color: #000000;
background: #FF0000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment