Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #318 from Shinsina/newsletter-signup-color-adjustm…
Browse files Browse the repository at this point in the history
…ents

Adjust text colors of newsletter signup.
  • Loading branch information
zarathustra323 authored Jun 3, 2022
2 parents 110f778 + b092783 commit 48484ad
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
font-size: 24px;
font-weight: 700;
line-height: 1.14;
color: #fff;
color: $gray-800;
}

&__description {
Expand All @@ -398,7 +398,7 @@
font-size: 16px;
font-weight: 400;
line-height: 1.38;
color: #fff;
color: $gray-800;
}

&__form {
Expand Down Expand Up @@ -433,10 +433,10 @@
font-size: 12px;
font-weight: 400;
line-height: 1.28;
color: $gray-100;
color: $gray-700;

a {
color: $gray-100;
color: $gray-700;
text-decoration: underline;
}
}
Expand Down

0 comments on commit 48484ad

Please sign in to comment.