Created
April 11, 2013 15:31
-
-
Save gwa/5364360 to your computer and use it in GitHub Desktop.
Custom selected text background color
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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