From e8afb5261f9896cfcfebf8c729067673ce8c20d5 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sat, 12 May 2018 14:58:59 +0300 Subject: [PATCH] change color of comment status --- web/app/components/comment/__status/comment__status.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/comment/__status/comment__status.scss b/web/app/components/comment/__status/comment__status.scss index b72e5a54..9460d674 100644 --- a/web/app/components/comment/__status/comment__status.scss +++ b/web/app/components/comment/__status/comment__status.scss @@ -2,4 +2,5 @@ margin-left: 8px; vertical-align: middle; font-weight: 700; + color: #999; }