From e31003b16498b0d39963fd823c4a2b081093b335 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Sun, 1 Jul 2018 21:23:06 -0700 Subject: [PATCH] cuter --- pinaxcon/templates/site_base.html | 2 +- static/scss/custom.scss | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) 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;