Files
jellyfin-web/dashboard-ui/themes/android.css
T
2015-09-04 12:20:54 -04:00

32 lines
597 B
CSS

.viewMenuBar, .libraryViewNav:not(.paperLibraryViewNav), paper-tabs, html {
background-color: #1b1b1b;
}
.viewMenuBar.semiTransparent {
background-color: rgba(27, 27, 27, .75);
}
.background-theme-b {
background-color: #242424;
}
.backdropContainer .pageBackground {
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;
}