Skip to content

Instantly share code, notes, and snippets.

@petesql
Last active June 19, 2018 20:32
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 petesql/7aac01f6e46baff8da1fbfaf61a78b11 to your computer and use it in GitHub Desktop.
Save petesql/7aac01f6e46baff8da1fbfaf61a78b11 to your computer and use it in GitHub Desktop.
highlight_text_change
::selection {
color:red;
background:black;
}
::-moz-selection {
color:red;
background:black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment