add theming via css custom properties
[oweals/peertube.git] / client / src / app / shared / video / video-miniature.component.scss
index cc643f9d952d7a80cf65e4c5f11e71e4700863c5..895879adc5311ce210c734dbc8af78046f29081f 100644 (file)
@@ -22,7 +22,7 @@
       transition: color 0.2s;
       font-size: 16px;
       font-weight: $font-semibold;
-      color: $fg-color;
+      color: var(--mainForegroundColor);
       margin-top: 5px;
       margin-bottom: 5px;