From 7a0f27e3cc5ac1fbe99291f56804c746f87adb81 Mon Sep 17 00:00:00 2001 From: advplyr Date: Sun, 28 May 2023 10:55:37 -0500 Subject: [PATCH] Fix:Epub3 background color #1804 --- client/components/readers/EpubReader.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/readers/EpubReader.vue b/client/components/readers/EpubReader.vue index fa80d3c5..a36c4e43 100644 --- a/client/components/readers/EpubReader.vue +++ b/client/components/readers/EpubReader.vue @@ -236,7 +236,7 @@ export default { reader.rendition.display(this.userMediaProgress?.ebookLocation || reader.book.locations.start) // load style - reader.rendition.themes.default({ '*': { color: '#fff!important' } }) + reader.rendition.themes.default({ '*': { color: '#fff!important', 'background-color': 'rgb(35 35 35)!important' } }) reader.book.ready.then(() => { // set up event listeners