X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_miniature.scss;h=d0ee1e2f0c27cc258767553dfde74ebf0463ee4f;hb=6ad971d5f5e9ea2adfc58bd83ba1790efa4a8d12;hp=c937a0f72c3fc7e44f559d0afcb91311efcd8518;hpb=610d0be13b3d01f653ef269271dd667a57c85ef2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/include/_miniature.scss b/client/src/sass/include/_miniature.scss index c937a0f72..d0ee1e2f0 100644 --- a/client/src/sass/include/_miniature.scss +++ b/client/src/sass/include/_miniature.scss @@ -187,7 +187,7 @@ $play-overlay-width: 18px; } .followers { - color: $grey-foreground-color; + color: var(--greyForegroundColor); font-weight: normal; font-size: 14px; margin-left: 10px; @@ -203,7 +203,7 @@ $play-overlay-width: 18px; display: inline-block; font-size: 16px; text-transform: uppercase; - color: $grey-foreground-color; + color: var(--greyForegroundColor); margin-bottom: 10px; font-weight: $font-semibold; text-decoration: none;