Skip to content

Instantly share code, notes, and snippets.

@nocodesupplyco
Created December 16, 2022 19:01
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 nocodesupplyco/1a9c7f49d37c41ca54eed3f467df8899 to your computer and use it in GitHub Desktop.
Save nocodesupplyco/1a9c7f49d37c41ca54eed3f467df8899 to your computer and use it in GitHub Desktop.
Customizing Text Selection Color
::selection {
background: #173686; /* WebKit/Blink Browsers */
}
::-moz-selection {
background: #173686; /* Gecko Browsers */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment