1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-02 10:22:17 +02:00

Audiobookshelf: Fix Background for plex theme

This commit is contained in:
GilbN 2024-06-15 20:00:20 +02:00
parent f08d3ec2ca
commit 2fb38d8f7e

View File

@ -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;