Closed 3l0w closed 4 years ago
That would be a nice addon, however you could actually do this by overriding the lyrics.css file, by typing in background-color: yourcolor !important;
in the lyrics-color-container
class, that worked for me.
Solved then. Just do as stankovictab said.
.lyrics-color-container {
background-color: transparent !important;
}
I would rather put it in user.css
than modify lyric.css
.
Hi thanks for this nice app.
But the background colors of
lyrics-color-container
is in my case pretty ugly.Your main js file is bundle i can't modify it to set the background to transparent. If you can send me the js file no minified or with the background color set to transparent.