File diff 477904f26530 → e31003b16498
static/scss/custom.scss
Show inline comments
...
 
@@ -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;