Template:Alternating rows table/styles.css

From Vigyanwiki
< Template:Alternating rows table
/* {{pp-template}} */
.alternating > thead + tbody > tr:nth-child(even),
.alternating > tbody:first-child > tr:nth-child(odd) {
	background-color: #eee;
}