From 12ff3711a4bbd9887fdfe1e25c23b7b4bd6ed646 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Wed, 21 Nov 2018 21:42:09 +0100 Subject: Fix dark theme button hover --- src/styles/button.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/styles/button.scss') diff --git a/src/styles/button.scss b/src/styles/button.scss index 38e487b47..a66345114 100644 --- a/src/styles/button.scss +++ b/src/styles/button.scss @@ -11,8 +11,8 @@ background: $dark-theme-gray-lighter; color: $dark-theme-text-color; - &:hover { background: darken($dark-theme-gray-lightest, 5%); } - &:active { background: lighten($dark-theme-gray-lightest, 5%); } + &:hover { background: lighten($dark-theme-gray-lighter, 10%); } + &:active { background: lighten($dark-theme-gray-lighter, 20%); } } &.franz-form__button--danger { -- cgit v1.2.3-70-g09d2