mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
32 lines
603 B
CSS
32 lines
603 B
CSS
.viewMenuBar, .libraryViewNav:not(.paperLibraryViewNav), paper-tabs {
|
|
background-color: #080808;
|
|
}
|
|
|
|
.viewMenuBar.semiTransparent {
|
|
background-color: rgba(15, 15, 15, .3);
|
|
}
|
|
|
|
.background-theme-b, paper-dialog.background-theme-b {
|
|
background-color: #1b1b1b;
|
|
}
|
|
|
|
.defaultBackground .cardImage {
|
|
background-color: #303030;
|
|
}
|
|
|
|
.ui-body-b .visualCardBox {
|
|
background: rgba(56,56,56,.85);
|
|
}
|
|
|
|
.libraryViewNav {
|
|
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.libraryViewNav a {
|
|
font-weight: 500 !important;
|
|
}
|
|
|
|
paper-tab {
|
|
font-weight: 500 !important;
|
|
}
|