Skip to content

Instantly share code, notes, and snippets.

@gwa
Created April 11, 2013 15:31
Show Gist options
  • Save gwa/5364360 to your computer and use it in GitHub Desktop.
Save gwa/5364360 to your computer and use it in GitHub Desktop.
Custom selected text background color
/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection { background: #fcd700; color: #fff; text-shadow: none; }
::selection { background: #fcd700; color: #fff; text-shadow: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment