[Glitch] Fix Mastodon logo style on hover on public pages' footer

Port 0ea53122f2 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
ThibG 5 years ago committed by Thibaut Girka
parent 96b9d3333d
commit 7db6cb93f3
  1. 2
      app/javascript/flavours/glitch/styles/footer.scss

@ -128,7 +128,7 @@
&:hover, &:hover,
&:focus, &:focus,
&:active { &:active {
svg path { svg {
fill: lighten($ui-base-color, 38%); fill: lighten($ui-base-color, 38%);
} }
} }

Loading…
Cancel
Save