khanhas / genius-spicetify

Fetch lyrics from Genius and Musixmatch right in Spotify desktop client
257 stars 12 forks source link

add the option to disable background colors #6

Closed 3l0w closed 4 years ago

3l0w commented 4 years ago

Hi thanks for this nice app.

But the background colors of lyrics-color-container is in my case pretty ugly. image

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.

stankovictab commented 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.

khanhas commented 4 years ago

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.