cyp/app/css/elements/playlist.less
2020-03-10 10:07:30 +01:00

8 lines
84 B
Plaintext

cyp-playlist {
.item;
&:nth-child(odd) {
background-color: var(--bg-alt);
}
}