Skip to content

Instantly share code, notes, and snippets.

@ghooghe
Created June 11, 2013 09:34
Show Gist options
  • Select an option

  • Save ghooghe/5755655 to your computer and use it in GitHub Desktop.

Select an option

Save ghooghe/5755655 to your computer and use it in GitHub Desktop.
Selection colors
/* Selection colours (easy to forget) */
::selection { background: #404d23; color: #ffffff; }
::-moz-selection { background: #404d23; color: #ffffff; }
img::selection { background: transparent; }
img::-moz-selection { background: transparent; }
body { -webkit-tap-highlight-color: #404d23; color: #ffffff; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment