Fix Mastodon logo style on hover on public pages' footer (#11735)
Fixes #11690
This commit is contained in:
parent
c5e4f4e0c1
commit
06f49d9cf2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue