update hero background colours

This commit is contained in:
Ray Elliott 2020-03-30 20:16:41 +00:00
parent c477296e9c
commit b082e1ce19
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<article id="home">
<div id="js-block-parent" class="l-screen-full l-relative l-flex l-flex-center l-flex-wrap l-justify-around u-overflow-hidden">
<div id="js-block-parent" class="l-screen-full l-relative l-flex l-flex-center l-flex-wrap l-justify-around u-overflow-hidden hero-bg">
<div class="block-container block-grid">
</div>
</div>

View File

@ -210,7 +210,7 @@ $transition-img-out: opacity $duration $delay ease-out, transform $duration;
margin-left: auto;
margin-right: auto;
background-color: pink;
background-color: rgba(#000, 0.1);
}
.block-grid {

View File

@ -67,6 +67,12 @@ html.is-animating .transition-fade {
.nav-item {
}
// hero
.hero-bg {
background-color: var(--primary-500);
}
// global
.site-title {