Skip to content

Instantly share code, notes, and snippets.

@logeshpaul
Created May 2, 2012 09:29
Show Gist options
  • Save logeshpaul/2575518 to your computer and use it in GitHub Desktop.
Save logeshpaul/2575518 to your computer and use it in GitHub Desktop.
CSS: Selection
::selection {
background: #FE57A1;
color: white;
text-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment