aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorMartin Wright <martin@mynameismartin.com>2015-08-20 11:49:56 +0100
committerMartin Wright <martin@mynameismartin.com>2015-08-20 11:52:07 +0100
commit4b49cef10110d763a3fdc2df61c0dee3abbffaa0 (patch)
treef7026a784ff4065d4faa1ea7e8599cfadc5a80f7 /assets
parentd775e19301233d40332e1212906b6cce1a03f14d (diff)
add action colour, use this for buttons
Diffstat (limited to 'assets')
-rw-r--r--assets/stylesheets/responsive/custom.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index 964663f..734cba5 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -18,11 +18,12 @@ $body-bg: $color_neutral_light;
$body-font-color: $color_neutral_dark;
$link-color: $color_primary;
+$action-color: $color_green;
$font-family: "Roboto Slab", Georgia, serif;
$sans-serif-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
$form_input-bg: $color_white;
-$button-bg: $color_green;
+$button-bg: $action-color;
$button-color: $color_white;
$status-success: $color_green;