mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
28 lines
556 B
CSS
28 lines
556 B
CSS
.viewMenuBar, .libraryViewNav:not(.paperLibraryViewNav), paper-tabs {
|
|
background-color: #1b1b1b;
|
|
}
|
|
|
|
.ui-page-theme-b:not(.pageWithAbsoluteTabs), .pageWithAbsoluteTabs .pageBackground {
|
|
background-color: #2b2b2b;
|
|
}
|
|
|
|
.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);
|
|
}
|
|
|
|
.libraryViewNav a {
|
|
font-weight: 500!important;
|
|
}
|
|
|
|
paper-tab {
|
|
font-weight: 500!important;
|
|
}
|