diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index d8d1433c89..6014da5b69 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -1,5 +1,5 @@
 .button {
-  background-color: $color4;
+  background-color: darken($color4, 3%);
   font-family: inherit;
   display: inline-block;
   position: relative;