Skip to content

Instantly share code, notes, and snippets.

@jesgundy
Created May 21, 2012 00:05
Show Gist options
  • Save jesgundy/2759992 to your computer and use it in GitHub Desktop.
Save jesgundy/2759992 to your computer and use it in GitHub Desktop.
Text selection color
::selection {
background: #000;
}
::-moz-selection {
background: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment