From: ThibG Date: Mon, 2 Sep 2019 16:12:12 +0000 (+0200) Subject: Fix Mastodon logo style on hover on public pages' footer (#11735) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=0ea53122f2a0db726afe96cfedd8e7fe3d930e0a;p=mastodon.git Fix Mastodon logo style on hover on public pages' footer (#11735) Fixes #11690 --- diff --git a/app/javascript/styles/mastodon/footer.scss b/app/javascript/styles/mastodon/footer.scss index f74c004e9..00d290883 100644 --- a/app/javascript/styles/mastodon/footer.scss +++ b/app/javascript/styles/mastodon/footer.scss @@ -128,7 +128,7 @@ &:hover, &:focus, &:active { - svg path { + svg { fill: lighten($ui-base-color, 38%); } }