Skip to content

Commit

Permalink
button: remove text decoration #577
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Jul 26, 2023
1 parent 125fedf commit 29dd162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/css/theme.css
Expand Up @@ -361,9 +361,9 @@ dd {
.links a:hover *,
.links a:active *,
.links a:focus *,
#body-inner a:hover,
#body-inner a:active,
#body-inner a:focus {
article a:hover,
article a:active,
article a:focus {
outline: none;
text-decoration: underline;
}
Expand Down

0 comments on commit 29dd162

Please sign in to comment.