Adjust button styles

This commit is contained in:
Fred Boniface 2022-10-14 10:53:47 +01:00
parent 35b2bf5331
commit d90ec5b5dd
1 changed files with 7 additions and 6 deletions

View File

@ -16,6 +16,7 @@ body {
width: 95%;
overflow: hidden;
margin: auto;
margin-bottom: 20px;
}
.title-image img {
@ -44,17 +45,17 @@ body {
padding: 10px;
}
div.download-link {
background-color: #444444;
color: #f1f1f1;
border-radius: 10px;
}
a.download-link {
text-decoration: none;
color: #242121;
background-color: #d1caca;
padding: 10px;
border-radius: 10px;
text-align: center;
margin: 7px;
}
footer {
background-color: rgb(61, 61, 61);
color: #eeeeee;