Implement support for dedicated theme CSS files from our gresource.

Properly implement light and gruvbox themes. Yay!
This commit is contained in:
Joshua Strobl 2021-05-27 15:47:45 +03:00
parent 4cc5c6efd4
commit 8334323af8
27 changed files with 285 additions and 121 deletions

View file

@ -2,6 +2,10 @@
.page-music-local {
& > .artist-list {
&, & > viewport, & > viewport > list {
background-color: $artist-list-bg;
}
& > viewport > list {
& > row {
padding: $halvedpadding;