Skip to content

Instantly share code, notes, and snippets.

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