Skip to content

Instantly share code, notes, and snippets.

@bbrochier
Created August 9, 2013 07:12
Show Gist options
  • Save bbrochier/6191715 to your computer and use it in GitHub Desktop.
Save bbrochier/6191715 to your computer and use it in GitHub Desktop.
Text highlight color
/* Text highlight color -------------- */
::selection{
background:#000;
color:#fff;
}
::-moz-selection{
background:#000;
color:#fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment