aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wright <martin@mynameismartin.com>2015-08-21 17:17:33 +0100
committerMartin Wright <martin@mynameismartin.com>2015-08-21 17:17:33 +0100
commit6bed66d09a2fe065dabfd495f6def26f25281432 (patch)
tree8c47b926dd9f665738e7d6533f6c4300c3d31ccd
parent3f707baf35d8acc9c4bbed1f65dd6fe3cee92dbb (diff)
improve button colour in hero
-rw-r--r--assets/stylesheets/responsive/custom.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index e241d2b..8c61de7 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -833,12 +833,12 @@ dt {
.new-request__make-new-requests {
@include button-base;
- background-color: $color_orange;
+ background-color: desaturate(darken($color_secondary, 10%), 5%);
color: $color_white;
&:hover,
&:active,
&:focus {
- background-color: darken($color_orange, 10%);
+ background-color: darken($color_secondary, 20%);
}
}
}