Ticket #58022: 58022.alternative.patch
File 58022.alternative.patch, 1022 bytes (added by , 21 months ago) |
---|
-
src/wp-content/themes/twentytwenty/style-rtl.css
3351 3351 3352 3352 /* Block: Table ------------------------------ */ 3353 3353 3354 .wp-block-table table:where(:not(.has-text-color)) * { 3355 border-color: inherit; 3356 } 3357 3354 3358 .wp-block-table.is-style-stripes tbody tr:nth-child(odd) { 3355 3359 background: #dcd7ca; 3356 3360 } -
src/wp-content/themes/twentytwenty/style.css
3371 3371 3372 3372 /* Block: Table ------------------------------ */ 3373 3373 3374 .wp-block-table table:where(:not(.has-text-color)) * { 3375 border-color: inherit; 3376 } 3377 3374 3378 .wp-block-table.is-style-stripes tbody tr:nth-child(odd) { 3375 3379 background: #dcd7ca; 3376 3380 }