make default masto style consistent

Rin 2022-12-08 18:24:41 +11:00 committed by fox
parent 63a76e42e9
commit 0a8b7a2bf4
1 changed files with 3 additions and 4 deletions

View File

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