mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
fixed light theme album text color, updated screenshot
This commit is contained in:
parent
dacd23e321
commit
2e59cfd81c
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
@ -231,6 +231,17 @@ body {
|
|||||||
color: var(--modspotify_preserve_1) !important;
|
color: var(--modspotify_preserve_1) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Change text color in album
|
||||||
|
*/
|
||||||
|
.TableCell--is-emphasized {
|
||||||
|
color: var(--modspotify_secondary_fg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.TableCell--is-emphasized:hover {
|
||||||
|
color: var(--modspotify_main_fg);
|
||||||
|
}
|
||||||
|
|
||||||
.tracklist-station-container::after {
|
.tracklist-station-container::after {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user