From 490bc9a7844b10cdfc60b4e41535a0cc25408f9d Mon Sep 17 00:00:00 2001 From: Carlos Gauci Date: Wed, 19 Oct 2022 14:28:25 +0200 Subject: [PATCH] add newsletter disclaimer to homepage --- themes/haystack/assets/sass/base/_typography.scss | 6 +----- themes/haystack/layouts/partials/newsletter-card.html | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/themes/haystack/assets/sass/base/_typography.scss b/themes/haystack/assets/sass/base/_typography.scss index 103153e3..e0052e87 100644 --- a/themes/haystack/assets/sass/base/_typography.scss +++ b/themes/haystack/assets/sass/base/_typography.scss @@ -40,11 +40,7 @@ button { line-height: var(--line-height-base); } -p { - color: var(--color-dark-blue); -} - -li { +p, li, small { color: var(--color-dark-blue); } diff --git a/themes/haystack/layouts/partials/newsletter-card.html b/themes/haystack/layouts/partials/newsletter-card.html index 782a6507..a5d4a42e 100644 --- a/themes/haystack/layouts/partials/newsletter-card.html +++ b/themes/haystack/layouts/partials/newsletter-card.html @@ -21,4 +21,5 @@

{{ .community.newsletter.title }}

{{ partial "arrow-button" (dict "context" . "type" "submitButton" "text" .community.newsletter.buttonText) }} Thanks! + By submitting my email, I agree to allow deepset to store and process my personal data.