From Wikipedia, the free encyclopedia
/* {{pp-template}} */
.alternating > thead + tbody > tr:nth-child(even),
.alternating > caption + tbody > tr:nth-child(odd),
.alternating > tbody:first-child > tr:nth-child(odd) {
background-color: var(--background-color-neutral, #eaecf0);
}