Skip to content

Commit

Permalink
fix(Dribbblish): play button on card (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
sansmoraxz committed May 15, 2024
1 parent 3bc4f4e commit 769b94b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dribbblish/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 769b94b

Please sign in to comment.