From e10c936b77272a33c7caa665b61569a315029a1c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 Jun 2022 13:42:01 +0200 Subject: Lighter foreground font color --- client/src/app/+signup/+register/custom-stepper.component.scss | 2 +- client/src/app/+signup/+register/register.component.scss | 2 +- client/src/sass/include/_variables.scss | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/app/+signup/+register/custom-stepper.component.scss b/client/src/app/+signup/+register/custom-stepper.component.scss index 4dda93489..dfbdc863b 100644 --- a/client/src/app/+signup/+register/custom-stepper.component.scss +++ b/client/src/app/+signup/+register/custom-stepper.component.scss @@ -102,7 +102,7 @@ header { @media screen and (min-width: $small-view) { .margin-content { max-width: 1000px; - margin:auto; + margin: auto; } } diff --git a/client/src/app/+signup/+register/register.component.scss b/client/src/app/+signup/+register/register.component.scss index 5d0df81bd..af277d182 100644 --- a/client/src/app/+signup/+register/register.component.scss +++ b/client/src/app/+signup/+register/register.component.scss @@ -14,7 +14,7 @@ font-weight: normal; font-size: 15px; background-color: pvar(--mainColorVeryLight); - padding: 35px 25px 15px 25px; + padding: 35px 25px 15px; margin: 0; } diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index ef22fafe0..476a4ee52 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -29,7 +29,7 @@ $support-button: inherit; $support-button-heart: #e83e8c; $bg-color: #fff; -$fg-color: #000; +$fg-color: #212529; $red: #FF0000; $green: #39CC0B; @@ -94,7 +94,7 @@ $markdown-textarea-background-color: $grey-background-hover-color; $sub-menu-margin-bottom: 30px; $sub-menu-margin-bottom-small-view: 10px; -$activated-action-button-color: #000; +$activated-action-button-color: #212529; $focus-box-shadow-form: 0 0 0 .2rem; -- cgit v1.2.3