Index: static/css/index.css |
=================================================================== |
--- a/static/css/index.css |
+++ b/static/css/index.css |
@@ -92,16 +92,24 @@ |
{ |
display: inline-block; |
min-width: 250px; |
/* stretch full-width <= small tablets */ |
width: 100%; |
/* 0.2em taller than normal buttons */ |
padding-top: 0.8em; |
padding-bottom: 0.8em; |
+ color: #fff; |
+ background-color: #3D9C4F; |
+} |
+ |
+#hero-download-button:hover, |
+#hero-download-button:focus |
+{ |
+ background-color: #258333; |
} |
@media (min-width: 576px) |
{ |
#hero-download-button |
{ |
/* force auto-width >= small tablets */ |
width: auto; |