1
0
Fork 1
forked from fedi/mastodon

Fix invalid CSS for links in warning and strike cards (#22302)

This commit is contained in:
Claire 2022-12-15 15:52:18 +01:00 committed by talon
parent 840617b413
commit 2338f07045

View file

@ -1666,7 +1666,7 @@ a.sparkline {
min-height: 100%;
a {
text: &highlight-text-color;
color: $highlight-text-color;
text-decoration: none;
&:hover {