7 lines
84 B
Text
7 lines
84 B
Text
cyp-playlist {
|
|
.item;
|
|
|
|
&:nth-child(odd) {
|
|
background-color: var(--bg-alt);
|
|
}
|
|
}
|