make glitch style consistent

Rin 2022-12-08 18:26:32 +11:00 committed by fox
parent 4528c8e848
commit 9c92ed320d
1 changed files with 3 additions and 4 deletions

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;
} }
} }