mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
19 lines
350 B
CSS
19 lines
350 B
CSS
.viewMenuBar, .libraryViewNav {
|
|
background-color: #191919;
|
|
}
|
|
|
|
.ui-page-theme-b {
|
|
background-color: #292929;
|
|
}
|
|
|
|
.backdropPage.ui-page-theme-b {
|
|
background-color: rgba(20, 20,20, .94) !important;
|
|
}
|
|
|
|
.defaultBackground .cardImage {
|
|
background-color: #383838;
|
|
}
|
|
|
|
.ui-page-theme-b .visualCardBox {
|
|
background: rgba(56,56,56,.85);
|
|
}
|