styles.css
1 [class^="_lyricsText"]>div>span { 2 user-select: text; 3 cursor: text; 4 } 5 6 ::selection { 7 background: rgb(72, 0, 60); 8 color: rgb(255, 255, 255); 9 }
1 [class^="_lyricsText"]>div>span { 2 user-select: text; 3 cursor: text; 4 } 5 6 ::selection { 7 background: rgb(72, 0, 60); 8 color: rgb(255, 255, 255); 9 }