about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-09-02 18:12:12 +0200
committerEugen Rochko <eugen@zeonfederated.com>2019-09-02 18:12:12 +0200
commit0ea53122f2a0db726afe96cfedd8e7fe3d930e0a (patch)
tree5fa949acddf1949c7c8e0ca1a4957a7661066835
parent6493f4ffaea9ae391a9cc24e2743531fd0c3a3e8 (diff)
Fix Mastodon logo style on hover on public pages' footer (#11735)
Fixes #11690
-rw-r--r--app/javascript/styles/mastodon/footer.scss2
1 files changed, 1 insertions, 1 deletions
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%);
         }
       }