Template:DLC infobox/styles.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
Line 4: Line 4:
}
}
.infobox#dlc > tbody > tr:first-child {
.infobox#dlc > tbody > tr:first-child {
color: #FFF;
background: #E3A9F9;
background: #E3A9F9;
}
}

Latest revision as of 15:42, December 16, 2024

.infobox#dlc {
	background: #F9EFFF;
	border-color: #ED85F7;
}
.infobox#dlc > tbody > tr:first-child {
	background: #E3A9F9;
}
.infobox#dlc > tbody > tr:nth-child(2n+3) {
	background: #F5E2FF;
}