add theming via css custom properties
[oweals/peertube.git] / client / src / app / search / search.component.scss
index 3be8f53118f4300803a974aa5d50be563d96c74d..67b2094b03b3666c442a46fbbae0619aec1fb43d 100644 (file)
@@ -67,7 +67,7 @@
         .video-info-name {
           @include disable-default-a-behaviour;
 
-          color: #000;
+          color: var(--mainForegroundColor);
           display: block;
           width: fit-content;
           font-size: 18px;
 
           display: flex;
           align-items: baseline;
-          color: #000;
+          color: var(--mainForegroundColor);
           width: fit-content;
 
           .video-channel-display-name {