clean up css

This commit is contained in:
Sebastian Jambor 2023-04-15 19:52:07 +02:00
parent d7f271729a
commit 42b609bdd0
2 changed files with 3 additions and 12 deletions

View file

@ -34,7 +34,9 @@
color: #8c8dff; color: #8c8dff;
text-decoration: underline; text-decoration: underline;
&:hover { &:hover,
&:active,
&:focus {
text-decoration: none; text-decoration: none;
} }
} }

View file

@ -919,17 +919,6 @@ code {
} }
} }
} }
a {
color: $highlight-text-color;
text-decoration: underline;
&:hover,
&:active,
&:focus {
text-decoration: none;
}
}
} }
.action-pagination { .action-pagination {