Skip to content

Instantly share code, notes, and snippets.

@mongoltolbo
Created December 24, 2013 03:18
Show Gist options
  • Save mongoltolbo/8108351 to your computer and use it in GitHub Desktop.
Save mongoltolbo/8108351 to your computer and use it in GitHub Desktop.
Change Text Selection and Highlight Color
::selection {
background: #E599FF; /* Safari */
}
::-moz-selection {
background: #E599FF; /* Firefox */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment