From: Eugen Rochko Date: Thu, 26 Jan 2017 02:32:00 +0000 (+0100) Subject: Fix #538 - Darken buttons to increase contrast X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=1c507ff17205e825e5f0b91fb44f4c4acdef8d2d;p=mastodon.git Fix #538 - Darken buttons to increase contrast --- 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;