Browse Source

Rivington: Clean up table color-annotations

Allan Cole 5 năm trước cách đây
mục cha
commit
d9eb91cfd0
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      rivington/inc/wpcom-colors.php

+ 2 - 0
rivington/inc/wpcom-colors.php

@@ -51,6 +51,8 @@ add_color_rule( 'bg', '#060f29', array(
 			.wp-block-file__button:focus,
 			.wp-block-file__button:hover,
 			.wp-block-pullquote.is-style-solid-color,
+			table.is-style-stripes tbody tr:nth-child(odd),
+			.wp-block-table.is-style-stripes tbody tr:nth-child(odd),
 			.wp-block-cover-image:not([class="has-background-background-color"]) .wp-block-cover-image-text,
 			.wp-block-cover-image:not([class="has-background-background-color"]) .wp-block-cover-text,
 			.wp-block-cover-image:not([class="has-background-background-color"]) .wp-block-cover__inner-container,