Fix grey color theme
[oweals/peertube.git] / client / src / app / videos / +video-watch / video-watch.component.scss
index e59e6613b2dbbcdd2a78372b3057f2c868b4f053..431a2103905f9f33a3a95f69d2410eb8d4a060c1 100644 (file)
@@ -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;
       }