mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
23 lines
453 B
CSS
23 lines
453 B
CSS
html, body, .ui-btn, .pageTitle {
|
|
font-family: 'Segoe UI', Arial, sans-serif;
|
|
}
|
|
|
|
.viewMenuBar {
|
|
background-color: #000;
|
|
}
|
|
|
|
.libraryViewNav, .libraryViewNav paper-tabs {
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
text-transform: lowercase;
|
|
font-size: 240%;
|
|
}
|
|
|
|
.libraryViewNav a, paper-tab {
|
|
font-weight: 400 !important;
|
|
}
|
|
|
|
.background-theme-b, paper-dialog.background-theme-b {
|
|
background: #161616;
|
|
}
|