add theming via css custom properties
[oweals/peertube.git] / client / src / app / +my-account / my-account-subscriptions / my-account-subscriptions.component.scss
index 8cb0b677dfc64e4ae39b17a1e94a710f0f874d25..700d516d57067e144c18473c473f4eaf9a251c41 100644 (file)
@@ -19,7 +19,7 @@
       width: fit-content;
       display: flex;
       align-items: baseline;
-      color: #000;
+      color: var(--mainForegroundColor);
 
       .video-channel-display-name {
         font-weight: $font-semibold;