浏览代码

Add the triangle back to the Quadrat footer (#5469)

Ben Dwyer 3 年之前
父节点
当前提交
796c628682
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      quadrat/assets/theme.css
  2. 1 1
      quadrat/sass/templates/_footer.scss

+ 1 - 1
quadrat/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/sass/templates/_footer.scss

@@ -1,5 +1,5 @@
 .home {
 .home {
-	.site-footer.wp-block-group {
+	.site-footer-container .wp-block-group {
 		&:before {
 		&:before {
 			content: "";
 			content: "";
 			background-color: var(--wp--custom--color--tertiary);
 			background-color: var(--wp--custom--color--tertiary);