@@ -727,12 +727,12 @@ textarea:focus {
}
-.site-footer.wp-block-group {
+.home .site-footer.wp-block-group {
position: relative;
overflow: visible;
-.site-footer.wp-block-group:before {
+.home .site-footer.wp-block-group:before {
content: "";
background-color: var(--wp--custom--color--secondary);
-webkit-clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);
@@ -1,15 +1,17 @@
- position: relative;
- overflow: visible;
- &:before {
- content: "";
- background-color: var(--wp--custom--color--secondary);
- clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);
- position: absolute;
- height: 100vw;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: -1;
+.home {
+ .site-footer.wp-block-group {
+ position: relative;
+ overflow: visible;
+ &:before {
+ content: "";
+ background-color: var(--wp--custom--color--secondary);
+ clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);
+ position: absolute;
+ height: 100vw;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ z-index: -1;
+ }