Browse Source

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

Fixes #11690
pull/4/head
ThibG 4 years ago
committed by Eugen Rochko
parent
commit
0ea53122f2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/mastodon/footer.scss

+ 1
- 1
app/javascript/styles/mastodon/footer.scss View File

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

Loading…
Cancel
Save