@@ -27,10 +27,9 @@ $font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI",
2727$font-family-heading : ' Playfair Display' , serif , -apple-system ;
2828
2929// Footer
30- $footer-background-color : $green4 ;
31- $footer-text-color : $white ;
32- $sub-footer-background-color : $green3 ;
33- $sub-footer-text-color : $white ;
30+
31+ $footer-background-color : $green2 ;
32+ $footer-text-color : $white-offset ;
3433
3534// Bootstrap
3635@import ' bootstrap-variables' ;
@@ -47,7 +46,6 @@ $sub-footer-text-color: $white;
4746@import ' components/page' ;
4847@import ' components/header' ;
4948@import ' components/footer' ;
50- @import ' components/sub-footer' ;
5149@import ' components/logo' ;
5250@import ' components/main-menu' ;
5351@import ' components/main-menu-mobile' ;
@@ -60,6 +58,7 @@ $sub-footer-text-color: $white;
6058@import ' components/strip' ;
6159@import ' components/feature' ;
6260@import ' components/social' ;
61+ @import ' components/horizontal-line' ;
6362
6463// Pages
6564@import ' pages/home' ;
@@ -96,3 +95,19 @@ body:after {
9695 }
9796}
9897{{ end }}
98+
99+ .grid {
100+ position : relative ;
101+ background-image : url (' /images/grid.svg' );
102+ min-height : 90vh ;
103+ background-size : 500px 500px ;
104+ }
105+ .grid ::before {
106+ content : " " ;
107+ position : absolute ;
108+ height : 100% ;
109+ width : 100% ;
110+ bottom : 0 ;
111+ background : linear-gradient (to bottom , transparent 75% , $green1 100% );
112+ pointer-events : none ;
113+ }
0 commit comments