From bd695c53fd716b6fc819d082e51dde1ac90c2747 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Wed, 13 Feb 2019 01:01:10 -0500 Subject: [PATCH] commento-input.scss: darken textarea placeholder --- frontend/sass/commento-input.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/sass/commento-input.scss b/frontend/sass/commento-input.scss index 36bb97c..b3d1070 100644 --- a/frontend/sass/commento-input.scss +++ b/frontend/sass/commento-input.scss @@ -14,7 +14,7 @@ input[type=text]::placeholder { } textarea::placeholder { - color: #aaa; + color: $gray-6; font-size: 20px; display: flex; line-height: 110px;