/* FILE: blocks/_table.scss */

.is-style-stripes table,
table.is-style-stripes {
	border: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: rgba( #000, .07 );
}
