Adjust button styles
This commit is contained in:
parent
35b2bf5331
commit
d90ec5b5dd
@ -16,6 +16,7 @@ body {
|
|||||||
width: 95%;
|
width: 95%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-image img {
|
.title-image img {
|
||||||
@ -44,17 +45,17 @@ body {
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.download-link {
|
|
||||||
background-color: #444444;
|
|
||||||
color: #f1f1f1;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.download-link {
|
a.download-link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: #242121;
|
||||||
|
background-color: #d1caca;
|
||||||
|
padding: 10px;
|
||||||
|
border-radius: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
background-color: rgb(61, 61, 61);
|
background-color: rgb(61, 61, 61);
|
||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
|
Loading…
Reference in New Issue
Block a user