Skip to content

Commit d96ee12

Browse files
ClearlyClairehiyuki2578
authored andcommitted
Fix Mastodon logo style on hover on public pages' footer (mastodon#11735)
Fixes mastodon#11690
1 parent 40b641a commit d96ee12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/javascript/styles/mastodon/footer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
&:hover,
129129
&:focus,
130130
&:active {
131-
svg path {
131+
svg {
132132
fill: lighten($ui-base-color, 38%);
133133
}
134134
}

0 commit comments

Comments
 (0)