Skip to content

Instantly share code, notes, and snippets.

@sansmischevia
Created January 17, 2018 16:43
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 sansmischevia/5a374f1b87df6d8cefc9921c5f71ff87 to your computer and use it in GitHub Desktop.
Save sansmischevia/5a374f1b87df6d8cefc9921c5f71ff87 to your computer and use it in GitHub Desktop.
<style>
::selection {
background: #000; /* WebKit/Blink Browsers */
color: white;
}
::-moz-selection {
background: #000; /* Gecko Browsers */
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment