diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html
index ae62ab5..7221a58 100644
--- a/pinaxcon/templates/site_base.html
+++ b/pinaxcon/templates/site_base.html
@@ -31,7 +31,7 @@
{% block body_base %}
-
+
diff --git a/static/scss/custom.scss b/static/scss/custom.scss
index 6846979..585d94d 100644
--- a/static/scss/custom.scss
+++ b/static/scss/custom.scss
@@ -212,12 +212,24 @@ $homepage-block-min-height: 480px;
position: absolute;
background-size: cover;
background-position: center;
- opacity: 0.7;
+ opacity: 0.3;
background-blend-mode: multiply;
z-index: -9999;
box-shadow: $box-shadow;
}
+.homepage-background-opacity {
+ top: 0;
+ bottom: 0;
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ opacity: 0.7;
+ z-index: -9999;
+
+ background-blend-mode: multiply;
+}
+
.homepage-block.dark {
background: $gray-base;
color: white;