Skip to content

Instantly share code, notes, and snippets.

@rolka
Created May 5, 2013 19:26
Show Gist options
  • Save rolka/5521892 to your computer and use it in GitHub Desktop.
Save rolka/5521892 to your computer and use it in GitHub Desktop.
CSS: selection
::selection{
background: tomato;
}
::-moz-selection{
background: tomato;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment