Created
July 1, 2018 07:08
-
-
Save adamlaki/dcd1e4f604868c157b0e97963730a626 to your computer and use it in GitHub Desktop.
Custom Text Selection Style with ::selection
This file contains hidden or 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
::-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