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 +++--- .../src/app/videos/+video-watch/video-watch-playlist.component.scss | 2 +- client/src/app/videos/+video-watch/video-watch.component.scss | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'client/src/app/videos/+video-watch') 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; diff --git a/client/src/app/videos/+video-watch/video-watch-playlist.component.scss b/client/src/app/videos/+video-watch/video-watch-playlist.component.scss index 0dd318cb0..db36dcd8b 100644 --- a/client/src/app/videos/+video-watch/video-watch-playlist.component.scss +++ b/client/src/app/videos/+video-watch/video-watch-playlist.component.scss @@ -22,7 +22,7 @@ } .playlist-by-index { - color: $grey-foreground-color; + color: var(--greyForegroundColor); display: flex; .playlist-by { diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index e59e6613b..431a21039 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -356,7 +356,7 @@ $video-info-margin-left: 44px; .video-info-description-more { cursor: pointer; font-weight: $font-semibold; - color: $grey-foreground-color; + color: var(--greyForegroundColor); font-size: 14px; .glyphicon { @@ -379,7 +379,7 @@ $video-info-margin-left: 44px; min-width: 142px; padding-right: 5px; display: inline-block; - color: $grey-foreground-color; + color: var(--greyForegroundColor); font-weight: $font-bold; } -- cgit v1.2.3