From d1fe144a268879ea9d82ba600fc69a751d67d082 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer <_@chrisjrn.com> Date: Sat, 15 Jun 2019 16:33:16 -0500 Subject: [PATCH] Add newsletter signup --- pinaxcon/templates/static_pages/homepage.html | 44 ++++++++++++++++--- static/scss/custom.scss | 2 +- 2 files changed, 38 insertions(+), 8 deletions(-) diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 93dcd3e..e40a234 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -40,13 +40,43 @@
diff --git a/static/scss/custom.scss b/static/scss/custom.scss index a9c8761..49a8729 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -292,7 +292,7 @@ $homepage-block-smaller-min-height: 360px; .homepage-block.dark { background: $gray-base; color: white; - text-shadow: 1px 1px $gray-dark; + //text-shadow: 1px 1px $gray-dark; a:not(.btn) { color: lighten($brand-primary, 20%);