1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/themes/android.css

16 lines
277 B
CSS
Raw Normal View History

2015-06-19 00:23:55 -04:00
.viewMenuBar, .libraryViewNav {
2015-06-24 09:21:33 -04:00
background-color: #191919;
2015-06-19 00:23:55 -04:00
}
.ui-page-theme-b {
2015-06-24 09:21:33 -04:00
background-color: #292929;
2015-06-19 00:23:55 -04:00
}
.backdropPage.ui-page-theme-b {
background-color: rgba(20, 20,20, .94) !important;
}
.defaultBackground .cardImage {
background-color: #383838;
2015-06-24 09:21:33 -04:00
}