Fix Mastodon logo style on hover on public pages' footer (#11735)

Fixes #11690
master
ThibG 5 years ago committed by Eugen Rochko
parent 6493f4ffae
commit 0ea53122f2
  1. 2
      app/javascript/styles/mastodon/footer.scss

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

Loading…
Cancel
Save