fix default masto style too

main
Rin 2022-12-08 16:58:48 +11:00
parent 7bf26a1094
commit 06a2259577
Signed by untrusted user: Rin
GPG Key ID: 0C8733C13A7E1293
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;