gearheads
/
mastodon
Archived
2
0
Fork 0

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

Fixes 
gh/stable
ThibG 2019-09-02 18:12:12 +02:00 committed by Eugen Rochko
parent 6493f4ffae
commit 0ea53122f2
1 changed files with 1 additions and 1 deletions
app/javascript/styles/mastodon

View File

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