Fix grey color theme
[oweals/peertube.git] / client / src / app / shared / video-playlist / video-playlist-miniature.component.scss
index 8947e72d1310255c56379c1a9d3b70d1535d5ac3..5279934961f61c602720e9d690af8d54d29b2377 100644 (file)
@@ -53,7 +53,7 @@
       @include disable-default-a-behaviour;
 
       display: block;
-      color: $grey-foreground-color;
+      color: var(--greyForegroundColor);
     }
 
     .privacy-date {
@@ -72,7 +72,7 @@
 
     .video-info-description {
       margin-top: 10px;
-      color: $grey-foreground-color;
+      color: var(--greyForegroundColor);
     }
   }
 }