th: make default masto style consistent

This commit is contained in:
Rin 2022-12-08 18:24:41 +11:00
parent 82af4ceab0
commit 93c2267bb7

View file

@ -1683,11 +1683,10 @@ a.sparkline {
a { a {
color: $highlight-text-color; color: $highlight-text-color;
text-decoration: none;
&:hover, &:hover {
&:active, text-decoration: underline;
&:focus {
text-decoration: none;
} }
} }