fixed light theme album text color, updated screenshot

This commit is contained in:
William Grant 2021-05-14 13:46:41 +02:00
parent dacd23e321
commit 2e59cfd81c
2 changed files with 11 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

@ -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;
} }