1
0
Fork 1
forked from fedi/mastodon

fix missing style in warning and strike cards (#22177)

This commit is contained in:
Rin 2022-12-14 06:03:09 +11:00 committed by talon
parent 9591534cb1
commit 6ca0d8f26c

View file

@ -1665,6 +1665,15 @@ a.sparkline {
box-sizing: border-box;
min-height: 100%;
a {
text: &highlight-text-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
p {
margin-bottom: 20px;
unicode-bidi: plaintext;