Files
TidaLuna-Plugins/plugins/copy-lyrics-luna/src/styles.css
T
2025-09-09 17:59:47 +10:00

10 lines
149 B
CSS

[class^="_lyricsText"] > div > span {
user-select: text;
cursor: text;
}
::selection {
background: rgb(72, 0, 60);
color: rgb(255, 255, 255);
}