Template:Track list/styles.css

Template page
.tracklist {
	border-spacing: 0px;
}

.tracklist th,
.tracklist td {
	padding: 2px 10px;
}

.tlist-head {
	background-color: #eaecf0;
}

.tlist-song:nth-child(odd) {
	background-color: #f7f7f7;
}

/*
 * Vector skin
 */

/*
 * Citizen skin
 */
body.skin-citizen .tracklist .tlist-head {
	background-color: var(--color-surface-3);
}

body.skin-citizen .tracklist .tlist-song:nth-child(odd) {
	background-color: var(--color-surface-2);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.