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 41b5c6cb85..0ed2964a63 100644
|
a
|
b
|
table.is-style-stripes .has-background tbody tr, |
| 2081 | 2081 | .wp-block-table.is-style-stripes .has-background thead tr, |
| 2082 | 2082 | .wp-block-table.is-style-stripes .has-background tfoot tr, |
| 2083 | 2083 | .wp-block-table.is-style-stripes .has-background tbody tr { |
| 2084 | | color: var(--table--has-background-text-color); |
| | 2084 | color: inherit; |
| 2085 | 2085 | } |
| 2086 | 2086 | |
| 2087 | 2087 | table.is-style-stripes, |
diff --git a/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss b/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss
index a0c7cfcdbd..1a72bb2845 100644
|
a
|
b
|
table, |
| 20 | 20 | &.is-style-stripes .has-background thead tr, |
| 21 | 21 | &.is-style-stripes .has-background tfoot tr, |
| 22 | 22 | &.is-style-stripes .has-background tbody tr { |
| 23 | | color: var(--table--has-background-text-color); |
| | 23 | color: inherit; |
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | &.is-style-stripes { |
diff --git a/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss b/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss
index 04173970bd..5d7715517c 100644
|
a
|
b
|
table, |
| 29 | 29 | &.is-style-stripes .has-background thead tr, |
| 30 | 30 | &.is-style-stripes .has-background tfoot tr, |
| 31 | 31 | &.is-style-stripes .has-background tbody tr { |
| 32 | | color: var(--table--has-background-text-color); |
| | 32 | color: inherit; |
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | &.is-style-stripes { |
diff --git a/src/wp-content/themes/twentytwentyone/style-rtl.css b/src/wp-content/themes/twentytwentyone/style-rtl.css
index 90f1482b2c..7087eb749d 100644
|
a
|
b
|
table.is-style-stripes .has-background tbody tr, |
| 3426 | 3426 | .wp-block-table.is-style-stripes .has-background thead tr, |
| 3427 | 3427 | .wp-block-table.is-style-stripes .has-background tfoot tr, |
| 3428 | 3428 | .wp-block-table.is-style-stripes .has-background tbody tr { |
| 3429 | | color: var(--table--has-background-text-color); |
| | 3429 | color: inherit; |
| 3430 | 3430 | } |
| 3431 | 3431 | |
| 3432 | 3432 | table.is-style-stripes, |
diff --git a/src/wp-content/themes/twentytwentyone/style.css b/src/wp-content/themes/twentytwentyone/style.css
index e832c2d075..8079d8f7be 100644
|
a
|
b
|
table.is-style-stripes .has-background tbody tr, |
| 3436 | 3436 | .wp-block-table.is-style-stripes .has-background thead tr, |
| 3437 | 3437 | .wp-block-table.is-style-stripes .has-background tfoot tr, |
| 3438 | 3438 | .wp-block-table.is-style-stripes .has-background tbody tr { |
| 3439 | | color: var(--table--has-background-text-color); |
| | 3439 | color: inherit; |
| 3440 | 3440 | } |
| 3441 | 3441 | |
| 3442 | 3442 | table.is-style-stripes, |