From a68f7ef698068e88fd578c51be5204ec62af7287 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 6 Dec 2018 16:32:33 -0500 Subject: [PATCH] closes nodebb/nodebb#7067 --- less/chats.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/less/chats.less b/less/chats.less index af639c0..e2ef513 100644 --- a/less/chats.less +++ b/less/chats.less @@ -150,7 +150,6 @@ [component="chat/input"] { flex: 1; - background: none; box-shadow: none; border: 0; border: 1px solid @gray-lighter; @@ -445,7 +444,7 @@ margin-left: 13px; a { - color: @gray-dark; + color: @text-color; } }