th: fix default masto style too

This commit is contained in:
Rin 2022-12-08 16:58:48 +11:00
parent 44a999e5e2
commit 82af4ceab0

View file

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