From 32c796c3072892ab1b3a0e7d08b31ef451e1b8b7 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sun, 4 Mar 2018 00:43:43 +0300 Subject: [PATCH] change color of action links --- web/app/components/comment/__action/comment__action.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/comment/__action/comment__action.scss b/web/app/components/comment/__action/comment__action.scss index fb24d978..3cd88b8a 100644 --- a/web/app/components/comment/__action/comment__action.scss +++ b/web/app/components/comment/__action/comment__action.scss @@ -1,7 +1,7 @@ .comment__action { margin-left: 8px; font-weight: 700; - color: #777; + color: #0aa; cursor: pointer; &:hover {