aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/styles/button.scss4
1 files changed, 2 insertions, 2 deletions
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 @@
11 background: $dark-theme-gray-lighter; 11 background: $dark-theme-gray-lighter;
12 color: $dark-theme-text-color; 12 color: $dark-theme-text-color;
13 13
14 &:hover { background: darken($dark-theme-gray-lightest, 5%); } 14 &:hover { background: lighten($dark-theme-gray-lighter, 10%); }
15 &:active { background: lighten($dark-theme-gray-lightest, 5%); } 15 &:active { background: lighten($dark-theme-gray-lighter, 20%); }
16 } 16 }
17 17
18 &.franz-form__button--danger { 18 &.franz-form__button--danger {