Skip to content

Instantly share code, notes, and snippets.

@macteo
Created May 28, 2018 03:30
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 macteo/69ac203cb7958f3e40ee341cb3e7afa9 to your computer and use it in GitHub Desktop.
Save macteo/69ac203cb7958f3e40ee341cb3e7afa9 to your computer and use it in GitHub Desktop.
/* Mozilla based browsers */
::-moz-selection {
background-color: #0D0;
color: #000;
}
/* Works in Safari */
::selection {
background-color: #0D0;
color: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment