Skip to content

Instantly share code, notes, and snippets.

@dguo
Last active March 23, 2019 02:36
Show Gist options
  • Save dguo/22c0a1bb86c21dca9988425644c41fe3 to your computer and use it in GitHub Desktop.
Save dguo/22c0a1bb86c21dca9988425644c41fe3 to your computer and use it in GitHub Desktop.
blog - Custom Website Selection Colors - invalid-selection
::selection, ::-moz-selection {
color: white;
background: purple;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment