From 29400ecc4416dd1c424b196428f907d9d11b392f Mon Sep 17 00:00:00 2001 From: PyrokineticDarkElf <93349494+PyrokineticDarkElf@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:07:21 +0100 Subject: [PATCH] Update audiobookshelf-base.css (#565) * update readme * Fix name * Update audiobookshelf-base.css Remove the new background image from the main #bookshelf element --------- Co-authored-by: GilbN <24592972+GilbN@users.noreply.github.com> Co-authored-by: GilbN --- css/base/audiobookshelf/audiobookshelf-base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/base/audiobookshelf/audiobookshelf-base.css b/css/base/audiobookshelf/audiobookshelf-base.css index 4b1fb466..c0b1df40 100644 --- a/css/base/audiobookshelf/audiobookshelf-base.css +++ b/css/base/audiobookshelf/audiobookshelf-base.css @@ -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;