cyp/app/css/elements/playlist.less

8 lines
84 B
Plaintext
Raw Normal View History

2020-03-10 05:24:31 +08:00
cyp-playlist {
2020-03-10 17:07:30 +08:00
.item;
2020-03-10 05:24:31 +08:00
&:nth-child(odd) {
background-color: var(--bg-alt);
}
}