@charset "utf-8";

td {
	color: white;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: rgba(100,20,20,0.2);
}