Table rows

Easy-to-follow table rows

:is(tbody, table) > tr:nth-child(odd) {
background: #0001;
}