mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
16 lines
277 B
CSS
16 lines
277 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;
|
|
}
|