Skip to content

Instantly share code, notes, and snippets.

@adamlaki
Created July 1, 2018 07:08
Show Gist options
  • Save adamlaki/dcd1e4f604868c157b0e97963730a626 to your computer and use it in GitHub Desktop.
Save adamlaki/dcd1e4f604868c157b0e97963730a626 to your computer and use it in GitHub Desktop.
Custom Text Selection Style with ::selection
::-moz-selection {
background: #23A8B9;
color: #fff;
}
::selection {
background: #23A8B9;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment