-
-
Save nocodesupplyco/1a9c7f49d37c41ca54eed3f467df8899 to your computer and use it in GitHub Desktop.
Customizing Text Selection Color
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::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