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%);