X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-main%2Ffeeds%2Ffeed.component.scss;h=a1838c4852e19af8d23fbc2251cb296dd87c3e07;hb=8cbc40b2fe9d36ef0505b9441276ca561342e9e9;hp=b655ee7083461a4d642646a275e1cd53831b505d;hpb=205e4f56f3da1f787f1bc2cdfcc39948a99a16b1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-main/feeds/feed.component.scss b/client/src/app/shared/shared-main/feeds/feed.component.scss index b655ee708..a1838c485 100644 --- a/client/src/app/shared/shared-main/feeds/feed.component.scss +++ b/client/src/app/shared/shared-main/feeds/feed.component.scss @@ -1,18 +1,18 @@ -@import '_variables'; -@import '_mixins'; +@use '_variables' as *; +@use '_mixins' as *; .feed { width: 100%; a { - color: black; + color: #000; display: block; } } my-global-icon { + @include apply-svg-color(pvar(--mainForegroundColor)); + cursor: pointer; width: 100%; - - @include apply-svg-color(pvar(--mainForegroundColor)) }