fix default masto style too

Rin 2022-12-08 16:58:48 +11:00 committed by fox
parent f1e0e353cf
commit 63a76e42e9
1 changed files with 10 additions and 0 deletions

View File

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