Skip to content

Commit

Permalink
Fixed download buttons not changing cursor to pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlienDoctor committed Oct 15, 2024
1 parent 5e2a037 commit 3c6acb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,7 @@ blockquote cite a:visited {
display: inline-block;
vertical-align: middle;
text-decoration: none;
cursor: pointer;
}

.btn-red {
Expand All @@ -1171,6 +1172,7 @@ blockquote cite a:visited {
display: inline-block;
vertical-align: middle;
text-decoration: none;
cursor: pointer;
}

.btn-patreon {
Expand All @@ -1193,6 +1195,7 @@ blockquote cite a:visited {
background-color: #cd5446 !important;
text-decoration: none;
color: #ffffff;
cursor: pointer;
}

ul.general {
Expand Down

0 comments on commit 3c6acb8

Please sign in to comment.