Skip to content

Commit

Permalink
Improve subscribe form consistency across locations
Browse files Browse the repository at this point in the history
  • Loading branch information
yanirs committed May 9, 2024
1 parent 92f7baa commit 46fb33f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/css/extended/subscribe.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ form.mailing-list button {
padding-top: 0;
}

.mailing-list-container .footer a {
border-bottom: none;
box-shadow: none;
text-decoration: underline;
}

.mailing-list-container ul.formkit-alert {
margin-bottom: 0;
}

.mailing-list-link {
background: var(--tertiary);
color: var(--primary);
Expand Down

0 comments on commit 46fb33f

Please sign in to comment.