fix(Dribbblish): play button on card (#1070)

This commit is contained in:
Souyama 2024-05-15 16:39:05 +05:30 committed by GitHub
parent 3bc4f4eb5a
commit 769b94bd5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,6 +193,12 @@ body {
color: var(--spice-text);
}
/* customise cards hover play button */
.main-card-PlayButtonContainer .ButtonInner-medium-iconOnly {
background-color: var(--background-base);
color: var(--spice-text);
}
/* customise player cover art */
.main-nowPlayingWidget-coverArt .cover-art {
width: var(--bar-cover-art-size) !important;