From c123027fd962a14433a325f85d2734b94a4df3ae Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 22 May 2020 11:21:55 +0200 Subject: Fix grey color theme --- .../app/videos/+video-watch/comment/video-comment.component.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/app/videos/+video-watch/comment') diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.scss b/client/src/app/videos/+video-watch/comment/video-comment.component.scss index 7c4656931..33204de3b 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comment.component.scss @@ -80,7 +80,7 @@ .comment-date { font-size: 90%; - color: $grey-foreground-color; + color: var(--greyForegroundColor); margin-left: 5px; text-decoration: none; } @@ -108,7 +108,7 @@ } &.comment-html-deleted { - color: $grey-foreground-color; + color: var(--greyForegroundColor); margin-bottom: 1rem; } } @@ -120,7 +120,7 @@ ::ng-deep .dropdown-toggle, .comment-action-reply, .comment-action-delete { - color: $grey-foreground-color; + color: var(--greyForegroundColor); cursor: pointer; margin-right: 10px; -- cgit v1.2.3