소스 검색

Rivington: Clean up table color-annotations

Allan Cole 5 년 전
부모
커밋
d9eb91cfd0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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,