aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-05-22 11:21:55 +0200
committerChocobozzz <me@florianbigard.com>2020-05-22 11:21:55 +0200
commitc123027fd962a14433a325f85d2734b94a4df3ae (patch)
treebebd875b58d4aed53a4e64123b5cd7b2239eb19c /client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss
parent5f57df54627c61817226768bb360a8a93ea2c0b9 (diff)
downloadPeerTube-c123027fd962a14433a325f85d2734b94a4df3ae.tar.gz
PeerTube-c123027fd962a14433a325f85d2734b94a4df3ae.tar.zst
PeerTube-c123027fd962a14433a325f85d2734b94a4df3ae.zip
Fix grey color theme
Diffstat (limited to 'client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss')
-rw-r--r--client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss
index 4680732be..649272c52 100644
--- a/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss
+++ b/client/src/app/shared/video-playlist/video-playlist-element-miniature.component.scss
@@ -58,11 +58,11 @@ my-video-thumbnail,
58 .position { 58 .position {
59 font-weight: $font-semibold; 59 font-weight: $font-semibold;
60 margin-right: 10px; 60 margin-right: 10px;
61 color: $grey-foreground-color; 61 color: var(--greyForegroundColor);
62 min-width: 25px; 62 min-width: 25px;
63 63
64 my-global-icon { 64 my-global-icon {
65 @include apply-svg-color($grey-foreground-color); 65 @include apply-svg-color(var(--greyForegroundColor));
66 66
67 width: 17px; 67 width: 17px;
68 position: relative; 68 position: relative;
@@ -81,7 +81,7 @@ my-video-thumbnail,
81 } 81 }
82 82
83 .video-info-account, .video-info-timestamp { 83 .video-info-account, .video-info-timestamp {
84 color: $grey-foreground-color; 84 color: var(--greyForegroundColor);
85 } 85 }
86 } 86 }
87 } 87 }
@@ -109,7 +109,7 @@ my-video-thumbnail,
109 } 109 }
110 110
111 .icon-more { 111 .icon-more {
112 @include apply-svg-color($grey-foreground-color); 112 @include apply-svg-color(var(--greyForegroundColor));
113 113
114 display: flex; 114 display: flex;
115 115