Created
February 19, 2020 05:08
-
-
Save cecchi/b135a2ee35c00eb4dd7233002759eaf6 to your computer and use it in GitHub Desktop.
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
input[type=password]::placeholder { | |
color: green; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this should be
red
instead ofgreen
.