Browse Source

Building Variations

Ben Dwyer 3 years ago
parent
commit
d1bc412448

+ 1 - 1
quadrat-black/assets/theme.css

@@ -400,7 +400,7 @@ textarea:focus {
   outline: 1px dotted currentColor;
   outline: 1px dotted currentColor;
 }
 }
 
 
-.home .site-footer.wp-block-group:before {
+.home .site-footer-container .wp-block-group:before {
   content: "";
   content: "";
   background-color: var(--wp--custom--color--tertiary);
   background-color: var(--wp--custom--color--tertiary);
   -webkit-clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);
   -webkit-clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);

+ 1 - 1
quadrat-green/assets/theme.css

@@ -400,7 +400,7 @@ textarea:focus {
   outline: 1px dotted currentColor;
   outline: 1px dotted currentColor;
 }
 }
 
 
-.home .site-footer.wp-block-group:before {
+.home .site-footer-container .wp-block-group:before {
   content: "";
   content: "";
   background-color: var(--wp--custom--color--tertiary);
   background-color: var(--wp--custom--color--tertiary);
   -webkit-clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);
   -webkit-clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);

+ 1 - 1
quadrat-red/assets/theme.css

@@ -400,7 +400,7 @@ textarea:focus {
   outline: 1px dotted currentColor;
   outline: 1px dotted currentColor;
 }
 }
 
 
-.home .site-footer.wp-block-group:before {
+.home .site-footer-container .wp-block-group:before {
   content: "";
   content: "";
   background-color: var(--wp--custom--color--tertiary);
   background-color: var(--wp--custom--color--tertiary);
   -webkit-clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);
   -webkit-clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);

+ 1 - 1
quadrat-white/assets/theme.css

@@ -400,7 +400,7 @@ textarea:focus {
   outline: 1px dotted currentColor;
   outline: 1px dotted currentColor;
 }
 }
 
 
-.home .site-footer.wp-block-group:before {
+.home .site-footer-container .wp-block-group:before {
   content: "";
   content: "";
   background-color: var(--wp--custom--color--tertiary);
   background-color: var(--wp--custom--color--tertiary);
   -webkit-clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);
   -webkit-clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);

+ 1 - 1
quadrat-yellow/assets/theme.css

@@ -400,7 +400,7 @@ textarea:focus {
   outline: 1px dotted currentColor;
   outline: 1px dotted currentColor;
 }
 }
 
 
-.home .site-footer.wp-block-group:before {
+.home .site-footer-container .wp-block-group:before {
   content: "";
   content: "";
   background-color: var(--wp--custom--color--tertiary);
   background-color: var(--wp--custom--color--tertiary);
   -webkit-clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);
   -webkit-clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);