|
@@ -1,8 +1,5 @@
|
|
|
#side-panel ytmusic-player-queue-item[play-button-state="loading"],
|
|
|
#side-panel ytmusic-player-queue-item[play-button-state="playing"],
|
|
|
#side-panel ytmusic-player-queue-item[play-button-state="paused"] {
|
|
|
- background-color: var(
|
|
|
- --bytm-themesong-bg-accent-col,
|
|
|
- rgba(255, 255, 255, 0.1)
|
|
|
- );
|
|
|
+ background-color: var(--bytm-themesong-bg-accent-col, #1d1d1d) !important;
|
|
|
}
|