mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
Fixes
Fixed the connect to facebook button(wasn't readable in psycho.)
This commit is contained in:
parent
a72e931d14
commit
62cd5e0cf1
@ -132,7 +132,7 @@ span.artist-artistVerifiedBadge-badge svg:nth-child(1) {
|
|||||||
border: solid 1px;
|
border: solid 1px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
color: var(--spice-subbutton-text) !important;
|
color: var(--spice-subtext) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.player-controls__buttons {
|
.player-controls__buttons {
|
||||||
@ -522,4 +522,7 @@ svg[Attributes Style] {
|
|||||||
}
|
}
|
||||||
.main-deletePlaylistDialog-secondaryButton{
|
.main-deletePlaylistDialog-secondaryButton{
|
||||||
color:var(--spice-subbutton-text);
|
color:var(--spice-subbutton-text);
|
||||||
}
|
}
|
||||||
|
.main-connectToFacebook-facebookButton {
|
||||||
|
color: var(--spice-subbutton-text);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user