File diff 458e505f05da → 9329cdbaf5a9
static/scss/custom.scss
Show inline comments
...
 
@@ -231,24 +231,28 @@ $homepage-block-smaller-min-height: 360px;
 
    .filter {
 
      @extend .fill;
 
      z-index: -1;
 
      background-color: rgba(0,0,0,0.7);
 
    }
 

	
 
    .bg {
 
      @extend .fill;
 
      z-index: -2;
 

	
 
    }
 
  }
 

	
 
  a {
 
    color: $logo-sky-blue;
 
  }
 
}
 

	
 

	
 

	
 
/* ??? */
 
.homepage-block-footer {
 

	
 
}
 

	
 
.homepage-block.light {
 
  background-color: $background-filter;
 
  z-index: 2;