]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/video-feed.component.scss
Add zh-Hans-CN to client.sh
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-feed.component.scss
index a5d1aabf7fac25a729633b1029616d338a438197..385764be0aaf0cddd3ffaba37307120f3f163a8b 100644 (file)
@@ -2,8 +2,6 @@
 
 .video-feed {
   a {
-    @include disable-default-a-behaviour;
-
     color: black;
     display: block;
   }
@@ -14,7 +12,8 @@
     &.icon-syndication {
       position: relative;
       top: -2px;
-      background-image: url('../../../assets/images/global/syndication.svg');
+      background-color: var(--mainForegroundColor);
+      mask-image: url('../../../assets/images/global/syndication.svg');
     }
   }
 }
\ No newline at end of file