Black&White Lyrics for Spotify
Black&White Lyrics by aeternum-vale
Details
Authoraeternum-vale
LicenseNo License
Categoryopen.spotify.com
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Black&White Lyrics
@version 20240725.15.40
@namespace open.spotify.com
@description Black&White Lyrics for Spotify
@author aeternum-vale
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://open.spotify.com/lyrics") {
/*background*/
div.main-view-container__scroll-node div.gqaWFmQeKNYnYD5gRv3x,
div.e7eFLioNSG5PAi1qVFT4,
div.o4GE4jG5_QICak2JK_bn {
background-color: #121212 !important;
}
/*past*/
div.main-view-container__scroll-node div.vapgYYF2HMEeLJuOWGq5.aeO5D7ulxy19q4qNBrkk div {
color: #606060 !important;
}
/*current*/
div.main-view-container__scroll-node div.vapgYYF2HMEeLJuOWGq5.EhKgYshvOwpSrTv399Mw div {
color: #e1e1e1 !important;
}
/*next*/
div.main-view-container__scroll-node div.vapgYYF2HMEeLJuOWGq5 div {
color: #919191;
}
/*hover*/
div.main-view-container__scroll-node div.vapgYYF2HMEeLJuOWGq5 div:hover {
color: #e1e1e1 !important;
}
/*small texts*/
div.main-view-container__scroll-node p.encore-text-body-small {
color: #4d4d4d !important;
}
/*header*/
header[data-testid = "topbar"] {
background-color: #121212;
}
/*no timings*/
div.SruqsAzX8rUtY2isUZDF > .BXlQFspJp_jq9SKhUSP3 {
color: #e1e1e1 !important;
}
/*no lyrics header*/
.vkO5F4KbLk8mbjZoy1Lf {
color: #e1e1e1 !important;
}
}