]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.scss
Add ability to filter menu links
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / video-redundancies-list / video-redundancies-list.component.scss
index dc43e40077a5d577be52e8bb1672ececd1140223..30b9f2147805c833b251b7ce0ef3a9316a26d1ca 100644 (file)
@@ -5,13 +5,14 @@ a {
   @include disable-default-a-behaviour;
   display: inline-block;
 
-  &, &:hover {
-    color: var(--mainForegroundColor);
+  &,
+  &:hover {
+    color: pvar(--mainForegroundColor);
   }
 
   span {
     font-size: 80%;
-    color: var(--inputPlaceholderColor);
+    color: pvar(--inputPlaceholderColor);
   }
 }