浏览代码

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
 --------------------------------------------------------------*/