Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Fixed progress bar color in podcast episode list
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhas committed Jun 19, 2018
1 parent ae48b04 commit 6d41b18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Themes/SpicetifyDefault/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -567,4 +567,8 @@ and add little glowing effect

.GlueTableRow--is-selected {
background-color: var(--modspotify_scrollbar_fg_and_selected_row_bg) !important;
}
}

.tracklist-podcast .tl-progress .row-progress__bar {
background-color: var(--modspotify_main_fg);
}

0 comments on commit 6d41b18

Please sign in to comment.