diff --git a/src/styles/digest.scss b/src/styles/digest.scss index eb54ead37..2a46e2969 100644 --- a/src/styles/digest.scss +++ b/src/styles/digest.scss @@ -73,7 +73,10 @@ } .form-field::placeholder { - @extend %main; + font-family: Raleway, sans-serif; + font-size: 16px; + font-weight: 400; + line-height: 24px; } .form-field:hover::placeholder { @@ -91,3 +94,7 @@ grid-column: 1 / 4; } } + +.form-field:-webkit-autofill { + -webkit-text-fill-color: $c-main; +} diff --git a/src/styles/footer.scss b/src/styles/footer.scss index e97d6dcee..0c11cc682 100644 --- a/src/styles/footer.scss +++ b/src/styles/footer.scss @@ -1,6 +1,5 @@ .footer { background-color: $c-background; - position: sticky; z-index: -1; margin-top: 80px; } @@ -138,9 +137,10 @@ .footer-nav-link { color: $c-white; - - @extend %main; - + font-family: Raleway, sans-serif; + font-size: 16px; + font-weight: 400; + line-height: 24px; text-decoration: none; } diff --git a/src/styles/main.scss b/src/styles/main.scss index 685326196..1a4feab93 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -18,6 +18,7 @@ text-align: center; outline: none; padding: unset; + cursor: pointer; } .button-type1 { diff --git a/src/styles/menu.scss b/src/styles/menu.scss index 2f4fde297..4bc9e3157 100644 --- a/src/styles/menu.scss +++ b/src/styles/menu.scss @@ -144,7 +144,7 @@ } } - &__link--underline { + &__link--underline:hover { @include on-desktop { text-decoration: underline; }