Increase legibility of Play Now

Overrides $gold hex.
This commit is contained in:
Robin Yang 2016-09-08 10:56:18 -07:00
parent 1fb7996f6c
commit 0219844c9d

View file

@ -22,6 +22,16 @@
.btn
margin: 10px 0
.play-btn
background: #f0ac00
// background-image: -webkit-linear-gradient(top, #f2bf19, #e69200)
// background-image: -moz-linear-gradient(top, #f2bf19, #e69200)
// background-image: -ms-linear-gradient(top, #f2bf19, #e69200)
// background-image: -o-linear-gradient(top, #f2bf19, #e69200)
// background-image: linear-gradient(to bottom, #f2bf19, #e69200)
// border: 1px solid #f2bf19
// box-shadow: 0px 0px 5px #ffffff
h1
color: white
@media (max-width: $screen-md-min)
@ -315,4 +325,3 @@
margin-top: 30px
img
margin-bottom: 20px