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