fix title color on expanded album list

This commit is contained in:
jeffvli
2025-11-19 19:33:43 -08:00
parent c21e2f4a1e
commit bbaf305129
@@ -74,12 +74,20 @@
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
} }
.item-title.dark {
color: white !important;
}
.item-subtitle { .item-subtitle {
z-index: 10; z-index: 10;
color: black; color: black;
white-space: nowrap; white-space: nowrap;
} }
.item-subtitle.dark {
color: white !important;
}
.dark { .dark {
color: white; color: white;
} }