From: Ian Weller Date: Wed, 9 Mar 2016 18:07:36 +0000 (-0500) Subject: finally got the collor changes right X-Git-Tag: v1.0.0^2~110 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3919f97a0fd2d6bfb6bf2147c08d3043f745cb37;p=WP-Themes%2FDiscoverKZOO.git finally got the collor changes right --- diff --git a/css/app.css b/css/app.css index fc716bd..fe14acf 100644 --- a/css/app.css +++ b/css/app.css @@ -6941,6 +6941,8 @@ header { background: #2c296d; } #glm-event-wrapper ul.pricing-table li.title a { color: #FFFFFF; } +#glm-event-wrapper button { + background-color: #db1f5d; } .edit-wrapper { position: relative; diff --git a/scss/_main.scss b/scss/_main.scss index 269f5be..96f72ab 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -228,6 +228,9 @@ } } } + button { + background-color: $pink; + } } .edit-wrapper {