.wp-block-table {
	table {
		&.is-style-stripes {
			border-bottom: none;
			tbody tr:nth-child(odd) {
				background-color: var(--wp--preset--color--tertiary);
			}
		}
	}
}
