button: remove text decoration #577

This commit is contained in:
Sören Weber 2023-07-26 21:18:23 +02:00
parent 125fedf4b7
commit 29dd162698
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -361,9 +361,9 @@ dd {
.links a:hover *, .links a:hover *,
.links a:active *, .links a:active *,
.links a:focus *, .links a:focus *,
#body-inner a:hover, article a:hover,
#body-inner a:active, article a:active,
#body-inner a:focus { article a:focus {
outline: none; outline: none;
text-decoration: underline; text-decoration: underline;
} }