Skip to content

Instantly share code, notes, and snippets.

@TrevorJTClarke
Created December 11, 2015 22:41
Show Gist options
  • Save TrevorJTClarke/8c6b3d7e737ead6dcc44 to your computer and use it in GitHub Desktop.
Save TrevorJTClarke/8c6b3d7e737ead6dcc44 to your computer and use it in GitHub Desktop.
quick ::selection styling
::-moz-selection { background: yellow; }
::selection { background: yellow; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment