diff options
author | Martin Wright <martin@mynameismartin.com> | 2015-08-20 11:49:56 +0100 |
---|---|---|
committer | Martin Wright <martin@mynameismartin.com> | 2015-08-20 11:52:07 +0100 |
commit | 4b49cef10110d763a3fdc2df61c0dee3abbffaa0 (patch) | |
tree | f7026a784ff4065d4faa1ea7e8599cfadc5a80f7 /assets | |
parent | d775e19301233d40332e1212906b6cce1a03f14d (diff) |
add action colour, use this for buttons
Diffstat (limited to 'assets')
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 3 |
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; |