Skip to content

Commit

Permalink
download button lib styles
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBlaxterParkes committed Feb 21, 2025
1 parent 746f677 commit 595e799
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.dwnld-container a {
line-height: 3rem;
color: #fff;
background: #186599;
background: #830065;
padding: 5px 25px;
border-radius: 5px;
white-space: nowrap;
Expand All @@ -38,7 +38,9 @@
white-space: nowrap;
}
.dwnld-container a:hover {
background: #122538;
background: #6f0056;
border-color: #6f0056;
text-decoration: underline;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
text-decoration: none;
}

0 comments on commit 595e799

Please sign in to comment.