Skip to content

Instantly share code, notes, and snippets.

@ron4stoppable
Last active December 20, 2015 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ron4stoppable/6139932 to your computer and use it in GitHub Desktop.
Save ron4stoppable/6139932 to your computer and use it in GitHub Desktop.
/* Body ------------------------------------------------------------ */
::-moz-selection,
::selection {
background-color: #600CAC;
color: #fff;
}
/* this will not work */
/* Body ------------------------------------------------------------ */
::-moz-selection {
background-color: #600CAC;
color: #fff;
}
::selection {
background-color: #600CAC;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment