| Index: static/css/index.css |
| =================================================================== |
| --- a/static/css/index.css |
| +++ b/static/css/index.css |
| @@ -92,16 +92,23 @@ |
| { |
| 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 |
|
ire
2018/06/08 18:03:40
Suggest: Add this still for :focus as well?
|
| +{ |
| + background-color: #258333; |
| } |
| @media (min-width: 576px) |
| { |
| #hero-download-button |
| { |
| /* force auto-width >= small tablets */ |
| width: auto; |