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