diff --git a/apps/readest-app/src/utils/style.ts b/apps/readest-app/src/utils/style.ts index 6ac8f7b1..271ac1d4 100644 --- a/apps/readest-app/src/utils/style.ts +++ b/apps/readest-app/src/utils/style.ts @@ -317,8 +317,10 @@ const getLayoutStyles = ( background-color: unset !important; } - .chapterHeader { + /* for the Feedbooks eBooks */ + .chapterHeader, .chapterHeader * { border-color: unset; + background-color: ${bg} !important; } `; return layoutStyle;