Adjust button styling

This commit is contained in:
Fred Boniface 2022-10-14 10:43:52 +01:00
parent ff5b6832e9
commit 35b2bf5331
1 changed files with 5 additions and 2 deletions

View File

@ -44,11 +44,14 @@ body {
padding: 10px;
}
.download-link {
div.download-link {
background-color: #444444;
color: #f1f1f1;
border: 0px;
border-radius: 10px;
}
a.download-link {
text-decoration: none;
text-align: center;
}