mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework stub seasons
This commit is contained in:
parent
b0a735dccf
commit
dd9184c35a
7 changed files with 23 additions and 135 deletions
|
@ -159,7 +159,7 @@
|
|||
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
|
||||
left: 0;
|
||||
right: 0;
|
||||
color: #fff;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.cardText {
|
||||
|
@ -173,7 +173,7 @@
|
|||
}
|
||||
|
||||
.cardOverlayInner {
|
||||
color: #fff;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.cardTextCentered {
|
||||
|
@ -189,7 +189,7 @@
|
|||
}
|
||||
|
||||
.libraryPage .cardDefaultText, .libraryPage .cardText {
|
||||
color: #fff;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.cardContent .cardText {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue