diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 93dcd3e7d574e2f6ae181ca600efc5e122d9fc9f..e40a234379485880613ade5d0116f35b94f3fee6 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 a9c8761ac6d18a1be23a1114ec6deb94c9f871fb..49a872980c22b1bd879cb57bdb38e5d66d737309 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%);