Fix:Epub3 background color #1804

This commit is contained in:
advplyr 2023-05-28 10:55:37 -05:00
parent 4f75a89633
commit 7a0f27e3cc

View File

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