Explorar el Código

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

KokkieH hace 3 años
padre
commit
567a53d003
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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
 --------------------------------------------------------------*/