mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
parent
48e927a624
commit
9ac5c77c27
@ -76,6 +76,18 @@ NAVBAR
|
||||
color: var(--spice-text);
|
||||
}
|
||||
|
||||
.main-navBar-entryPoints [data-id="/add"] {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.main-createPlaylistButton-button {
|
||||
color: var(--spice-text);
|
||||
}
|
||||
|
||||
.main-createPlaylistButton-createPlaylistIcon {
|
||||
background-color: var(--spice-text);
|
||||
}
|
||||
|
||||
/* change color of navbar liked songs icon */
|
||||
.main-likedSongsButton-likedSongsIcon {
|
||||
background: transparent;
|
||||
@ -86,13 +98,6 @@ NAVBAR
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.main-createPlaylistButton-button {
|
||||
color: var(--spice-subtext);
|
||||
}
|
||||
.main-createPlaylistButton-createPlaylistIcon {
|
||||
background-color: var(--spice-subtext);
|
||||
}
|
||||
|
||||
/* remove opacity of navbar buttons */
|
||||
.main-collectionLinkButton-collectionLinkButton .main-collectionLinkButton-icon,
|
||||
.main-collectionLinkButton-collectionLinkButton .main-collectionLinkButton-collectionLinkText,
|
||||
@ -104,6 +109,11 @@ NAVBAR
|
||||
color: var(--spice-subtext);
|
||||
}
|
||||
|
||||
:last-child > .main-collectionLinkButton-collectionLinkButton,
|
||||
:last-child > .main-collectionLinkButton-collectionLinkButton .main-likedSongsButton-likedSongsIcon {
|
||||
color: var(--spice-text);
|
||||
}
|
||||
|
||||
.main-collectionLinkButton-collectionLinkButton:hover,
|
||||
.main-collectionLinkButton-collectionLinkButton:hover .main-likedSongsButton-likedSongsIcon {
|
||||
color: var(--spice-text);
|
||||
|
Loading…
Reference in New Issue
Block a user