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

Update audiobookshelf-base.css

Remove the new background image from the main #bookshelf element
This commit is contained in:
PyrokineticDarkElf 2024-06-24 22:10:05 +01:00 committed by GitHub
parent 90edc77548
commit db9911c1bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,7 @@ a:hover{
background: var(--transparency-dark-40) !important;
}
body, .bg-bg, #bookshelf, #app-content, #page-wrapper{
background-image:none !important;
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;