Skip to content

Instantly share code, notes, and snippets.

@twitchy
Created February 15, 2013 20:37
Show Gist options
  • Save twitchy/4963368 to your computer and use it in GitHub Desktop.
Save twitchy/4963368 to your computer and use it in GitHub Desktop.
change default text selection
::selection {
background-color: #dd2020;
color: #fff;
}
::-moz-selection {
background-color: #dd2020;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment