Skip to content

Instantly share code, notes, and snippets.

@spencejs
Created March 22, 2013 06:25
Show Gist options
  • Save spencejs/5219381 to your computer and use it in GitHub Desktop.
Save spencejs/5219381 to your computer and use it in GitHub Desktop.
Text Selection Highlight Color
::selection {
background: #393939;
color:#fff;
}
::-moz-selection {
background: #393939;
color:#fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment