diff --git src/wp-content/themes/twentytwentyone/assets/css/style-editor.css src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
index 2cb3872b26..961db9338d 100644
|
|
|
table.is-style-stripes .has-background tbody tr, |
| 2038 | 2038 | .wp-block-table.is-style-stripes .has-background thead tr, |
| 2039 | 2039 | .wp-block-table.is-style-stripes .has-background tfoot tr, |
| 2040 | 2040 | .wp-block-table.is-style-stripes .has-background tbody tr { |
| 2041 | | color: var(--table--has-background-text-color); |
| | 2041 | color: inherit; |
| 2042 | 2042 | } |
| 2043 | 2043 | |
| 2044 | 2044 | table.is-style-stripes, |
diff --git src/wp-content/themes/twentytwentyone/style.css src/wp-content/themes/twentytwentyone/style.css
index 517464a456..4b2ca6f926 100644
|
|
|
table.is-style-stripes .has-background tbody tr, |
| 3413 | 3413 | .wp-block-table.is-style-stripes .has-background thead tr, |
| 3414 | 3414 | .wp-block-table.is-style-stripes .has-background tfoot tr, |
| 3415 | 3415 | .wp-block-table.is-style-stripes .has-background tbody tr { |
| 3416 | | color: var(--table--has-background-text-color); |
| | 3416 | color: inherit; |
| 3417 | 3417 | } |
| 3418 | 3418 | |
| 3419 | 3419 | table.is-style-stripes, |