Skip to content

Instantly share code, notes, and snippets.

@Daniel-Hug
Created October 4, 2013 05:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Daniel-Hug/6821226 to your computer and use it in GitHub Desktop.
Save Daniel-Hug/6821226 to your computer and use it in GitHub Desktop.
Style Text Selection with CSS3
/* Change selection color------------------------------------------------------------*/
::-moz-selection { background: #000; color: #fff; text-shadow: none }
::selection { background: #000; color: #fff; text-shadow: none }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment