mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
fix title color on expanded album list
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user