commento-input.scss: darken textarea placeholder

This commit is contained in:
Adhityaa Chandrasekar 2019-02-13 01:01:10 -05:00
parent 24ddf0657b
commit bd695c53fd

View File

@ -14,7 +14,7 @@ input[type=text]::placeholder {
}
textarea::placeholder {
color: #aaa;
color: $gray-6;
font-size: 20px;
display: flex;
line-height: 110px;