mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Update index.html
This commit is contained in:
parent
641e1817d1
commit
c6451349d0
1 changed files with 3 additions and 3 deletions
|
@ -243,6 +243,7 @@
|
|||
color: #000;
|
||||
background: #fff;
|
||||
padding: 0.563em 0.688em 0.563em 0.688em;
|
||||
margin: 0 0 1.625em 0;
|
||||
border-radius: 0.250em;
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
@ -252,7 +253,7 @@
|
|||
input {
|
||||
margin: 0 0 1.500em 0;
|
||||
}
|
||||
button, #downloads a {
|
||||
button {
|
||||
font-family: montserratregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-size: 1.000em;
|
||||
text-transform: uppercase;
|
||||
|
@ -260,11 +261,10 @@
|
|||
background: none;
|
||||
border: #fff solid 1px;
|
||||
padding: 0.500em 0.625em 0.500em 0.688em;
|
||||
margin: 1.625em 0 0 0;
|
||||
border-radius: 0.313em;
|
||||
cursor: pointer;
|
||||
}
|
||||
button:hover, button:focus, #downloads a:hover, #downloads a:focus {
|
||||
button:hover, button:focus {
|
||||
background: rgba(255,255,255,.05);
|
||||
}
|
||||
/* Downloads */
|
||||
|
|
Loading…
Reference in a new issue