Change the "Security Phase" color (#6870)

This commit is contained in:
Neeraj Sewani 2021-10-21 13:09:01 +05:30 committed by GitHub
parent 35b5109c2a
commit 7ab075fdfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,6 +141,12 @@ input[type=search]::-webkit-search-results-decoration {
input::placeholder,
textarea::placeholder {
opacity: initial;
font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
opacity: .6;
font-weight: 400;
}
input[type=text], input[type=password], textarea {