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;
}
.item-title.dark {
color: white !important;
}
.item-subtitle {
z-index: 10;
color: black;
white-space: nowrap;
}
.item-subtitle.dark {
color: white !important;
}
.dark {
color: white;
}