mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-19 17:42:32 +01:00
Audiobookshelf: Fix Background for plex theme
This commit is contained in:
parent
f08d3ec2ca
commit
2fb38d8f7e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user