commento-input.scss: darken textarea placeholder

This commit is contained in:
Adhityaa Chandrasekar
2019-02-18 17:34:43 -05:00
parent 24ddf0657b
commit bd695c53fd
+1 -1
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;