Adjust button styles
This commit is contained in:
parent
35b2bf5331
commit
d90ec5b5dd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user