X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fvideo-feed.component.scss;h=385764be0aaf0cddd3ffaba37307120f3f163a8b;hb=017c3dcadf71aef4c1a854e4867b77931747f06e;hp=2efeb405e56917c66f44ca5d17e46680b6588d13;hpb=244e76a552ef05a5067134b1065d26dd89246d8c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/video/video-feed.component.scss b/client/src/app/shared/video/video-feed.component.scss index 2efeb405e..385764be0 100644 --- a/client/src/app/shared/video/video-feed.component.scss +++ b/client/src/app/shared/video/video-feed.component.scss @@ -2,9 +2,8 @@ .video-feed { a { - @include disable-default-a-behaviour; - color: black; + display: block; } .icon { @@ -13,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