Template:Kart infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
.infobox#kart {
	background: #F5F5DC;
	border-color: darkkhaki;
}
.infobox#kart > tbody > tr:first-child {
	background: #F0E68C;
}
.infobox#kart > tbody > tr:nth-child(2n+3) {
	background: #EEE8AA;
}