diff --git a/index.html b/index.html
index dab056d..ae6c527 100644
--- a/index.html
+++ b/index.html
@@ -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 */