From 1c507ff17205e825e5f0b91fb44f4c4acdef8d2d Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 26 Jan 2017 03:32:00 +0100 Subject: [PATCH] Fix #538 - Darken buttons to increase contrast --- app/assets/stylesheets/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index d8d1433c8..6014da5b6 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;