Skip to content

Instantly share code, notes, and snippets.

@JTLR
Created July 1, 2014 11:57
Show Gist options
  • Save JTLR/5addfc6dd9acfd6295e6 to your computer and use it in GitHub Desktop.
Save JTLR/5addfc6dd9acfd6295e6 to your computer and use it in GitHub Desktop.
Stylable text selection
::selection {
background-color: #333;
}
::-moz-selection {
background-color: #333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment