logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 1c507ff17205e825e5f0b91fb44f4c4acdef8d2d
parent: 3a310e8f6341d01e5a9e817788e7d2c40d814d2d
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Thu, 26 Jan 2017 03:32:00 +0100

Fix #538 - Darken buttons to increase contrast

Diffstat:

Mapp/assets/stylesheets/components.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;