From 4b2a5de4524e218c4023eb45beb7ba7da75b4340 Mon Sep 17 00:00:00 2001
From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de>
Date: Fri, 30 Aug 2019 09:38:51 +0200
Subject: [PATCH] change projector icon color

---
 .../moderator-comment-list.component.scss                       | 2 +-
 .../components/shared/comment-list/comment-list.component.scss  | 2 +-
 src/app/components/shared/comment/comment.component.scss        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss b/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss
index c5d942345..350cbe5be 100644
--- a/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss
+++ b/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss
@@ -105,7 +105,7 @@ h4  {
 }
 
 .read-icon {
-  color: var(--blue);
+  color: var(--grey);
 }
 
 .favorite-icon {
diff --git a/src/app/components/shared/comment-list/comment-list.component.scss b/src/app/components/shared/comment-list/comment-list.component.scss
index c5d942345..350cbe5be 100644
--- a/src/app/components/shared/comment-list/comment-list.component.scss
+++ b/src/app/components/shared/comment-list/comment-list.component.scss
@@ -105,7 +105,7 @@ h4  {
 }
 
 .read-icon {
-  color: var(--blue);
+  color: var(--grey);
 }
 
 .favorite-icon {
diff --git a/src/app/components/shared/comment/comment.component.scss b/src/app/components/shared/comment/comment.component.scss
index f9b8e6242..7e90cb78e 100644
--- a/src/app/components/shared/comment/comment.component.scss
+++ b/src/app/components/shared/comment/comment.component.scss
@@ -34,7 +34,7 @@ mat-card-content > :first-child {
 }
 
 .read-icon {
-  color: var(--blue);
+  color: var(--grey);
 }
 
 .favorite-icon {
-- 
GitLab