From 7a48c07b74a42c03241b1db471fb59c94d6c91c8 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 16 Nov 2018 20:43:08 +0100 Subject: Polishing & increasing contrast --- src/styles/button.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/styles/button.scss') diff --git a/src/styles/button.scss b/src/styles/button.scss index 83ddf3e3e..0053db4d0 100644 --- a/src/styles/button.scss +++ b/src/styles/button.scss @@ -3,14 +3,14 @@ .theme__dark .franz-form__button { background: $theme-brand-primary; - color: $dark-theme-gray-smoke; + color: $dark-theme-text-color; &:hover { background: darken($theme-brand-primary, 5%); } &:active { background: lighten($theme-brand-primary, 5%); } &.franz-form__button--secondary { background: $dark-theme-gray-lighter; - color: $dark-theme-gray-smoke; + color: $dark-theme-text-color; &:hover { background: darken($dark-theme-gray-lightest, 5%); } &:active { background: lighten($dark-theme-gray-lightest, 5%); } @@ -36,9 +36,11 @@ &:hover { background: darken($theme-brand-primary, 5%); - color: $dark-theme-gray-smoke; + color: $dark-theme-text-color; } } + + &:disabled { opacity: .5; } } .franz-form__button { -- cgit v1.2.3-70-g09d2