Skip to content

Commit

Permalink
Audiobookshelf: Fix Background for plex theme
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Jun 15, 2024
1 parent f08d3ec commit 2fb38d8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions css/base/audiobookshelf/audiobookshelf-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,15 @@ a:hover{
background: var(--transparency-dark-40) !important;
}
body, .bg-bg, #bookshelf, #app-content, #page-wrapper{
background: var(--main-bg-color) !important;
background-image: var(--main-bg-color) !important;
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
color: var(--text);
}
.bg-bg{
background: var(--modal-header-color) !important;
Expand Down

0 comments on commit 2fb38d8

Please sign in to comment.