소스 검색

Prevents background from bleeding through on top and left edges is Stripes style is used

KokkieH 3 년 전
부모
커밋
567a53d003
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      textbook/style.css

+ 4 - 0
textbook/style.css

@@ -710,6 +710,10 @@ table td {
   color: #FFF;
 }
 
+.wp-block-table.is-style-stripes table {
+  background-clip: padding-box;
+}
+
 /*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/