diff --git a/src/routes/Intro/PasswordResetModal/styles.less b/src/routes/Intro/PasswordResetModal/styles.less index 78c5448f0..5583e3844 100644 --- a/src/routes/Intro/PasswordResetModal/styles.less +++ b/src/routes/Intro/PasswordResetModal/styles.less @@ -13,15 +13,15 @@ width: 100%; padding: 1rem; color: @color-surface-dark5; - outline: var(--focus-outline-size) solid @color-surface-light2; + outline: var(--focus-outline-size) solid @color-surface-light2-90; outline-offset: calc(-1 * var(--focus-outline-size)); &:hover { - outline-color: @color-surface-light4; + outline-color: @color-surface-light4-90; } &:focus { - outline-color: @color-background-dark5; + outline-color: @color-background-dark5-90; } } } @@ -41,11 +41,11 @@ } &:focus { - outline-color: @color-background-dark5; + outline-color: @color-background-dark5-90; } .cancel-button-label { - color: @color-surface-dark2; + color: @color-surface-dark4-90; } } } \ No newline at end of file diff --git a/src/routes/Intro/styles.less b/src/routes/Intro/styles.less index 04996164e..822f1e5cf 100644 --- a/src/routes/Intro/styles.less +++ b/src/routes/Intro/styles.less @@ -32,13 +32,14 @@ width: 4rem; height: 4rem; margin-right: 1rem; + opacity: 0.9; } .name { flex: none; width: 8rem; height: 4rem; - fill: @color-surface-dark4; + fill: @color-surface-dark4-90; } } @@ -54,7 +55,7 @@ width: 1rem; height: 2rem; margin-right: 1rem; - fill: @color-surface-light5; + fill: @color-surface-light5-90; } .label { @@ -96,6 +97,7 @@ } .login-label { + font-weight: 500; color: @color-accent4-light1-90; } } @@ -105,7 +107,7 @@ width: 100%; margin: 1rem 0; padding: 1rem; - border-bottom: thin solid @color-surface; + border-bottom: thin solid @color-surface-90; color: @color-surface-light5; &:hover { @@ -113,10 +115,10 @@ } &:focus { - border-bottom-color: @color-secondaryvariant2-light1; + border-bottom-color: @color-secondaryvariant2-light1-90; &::placeholder { - color: @color-secondaryvariant2-light1; + color: @color-secondaryvariant2-light1-90; } }