mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-24 01:36:42 +00:00
Fix link:hover style
This commit is contained in:
parent
5d0f9f11b6
commit
a808ce1095
|
@ -70,7 +70,7 @@ a {
|
||||||
color: $golden;
|
color: $golden;
|
||||||
outline: none;
|
outline: none;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
background-image: linear-gradient($black);
|
background-image: linear-gradient($black, $black);
|
||||||
background-size: 1.5em 1.5em;
|
background-size: 1.5em 1.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue