diff --git a/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css b/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
index ccd7195d5e..6ed3f1a919 100644
a
|
b
|
table.is-style-stripes .has-background tbody tr, |
2025 | 2025 | .wp-block-table.is-style-stripes .has-background thead tr, |
2026 | 2026 | .wp-block-table.is-style-stripes .has-background tfoot tr, |
2027 | 2027 | .wp-block-table.is-style-stripes .has-background tbody tr { |
2028 | | color: var(--table--has-background-text-color); |
| 2028 | color: inherit; |
2029 | 2029 | } |
2030 | 2030 | |
2031 | 2031 | table.is-style-stripes, |
diff --git a/src/wp-content/themes/twentytwentyone/style-rtl.css b/src/wp-content/themes/twentytwentyone/style-rtl.css
index f3e5997b98..c4ce8dff30 100644
a
|
b
|
table.is-style-stripes .has-background tbody tr, |
3396 | 3396 | .wp-block-table.is-style-stripes .has-background thead tr, |
3397 | 3397 | .wp-block-table.is-style-stripes .has-background tfoot tr, |
3398 | 3398 | .wp-block-table.is-style-stripes .has-background tbody tr { |
3399 | | color: var(--table--has-background-text-color); |
| 3399 | color: inherit; |
3400 | 3400 | } |
3401 | 3401 | |
3402 | 3402 | table.is-style-stripes, |
diff --git a/src/wp-content/themes/twentytwentyone/style.css b/src/wp-content/themes/twentytwentyone/style.css
index 7bce567e61..1caac36348 100644
a
|
b
|
table.is-style-stripes .has-background tbody tr, |
3406 | 3406 | .wp-block-table.is-style-stripes .has-background thead tr, |
3407 | 3407 | .wp-block-table.is-style-stripes .has-background tfoot tr, |
3408 | 3408 | .wp-block-table.is-style-stripes .has-background tbody tr { |
3409 | | color: var(--table--has-background-text-color); |
| 3409 | color: inherit; |
3410 | 3410 | } |
3411 | 3411 | |
3412 | 3412 | table.is-style-stripes, |