Add placeholders

This commit is contained in:
rg9400 2020-10-11 14:01:31 -05:00 committed by GitHub
parent a87c2102c5
commit ae8eb3ec79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,27 @@ body,
box-shadow: none; box-shadow: none;
} }
/* PLACEHOLDER TEXT */
::placeholder {
color: var(--text) !important;
opacity: .5!important;
}
:-moz-placeholder {
color: var(--text) !important;
opacity: .5!important;
}
:-ms-input-placeholder {
color: var(--text) !important;
opacity: .5!important;
}
::-webkit-input-placeholder {
color: var(--text) !important;
opacity: .5;
}
/* CARDS */ /* CARDS */
.card { .card {
background: rgb(255 255 255 / 8%); background: rgb(255 255 255 / 8%);