fix(css): support style transformer for inline css (#2403)

* fix(css): support style transformer for inline css

* fix(eink): bold text for current chapter in the TOC, closes #2401
This commit is contained in:
Huang Xin
2025-11-05 01:36:46 +08:00
committed by GitHub
parent 9d301631ca
commit 0ec4e37c13
7 changed files with 48 additions and 4 deletions
+4
View File
@@ -391,6 +391,10 @@ const getLayoutStyles = (
div.center *, p.center * { text-align: center; }
div.justify *, p.justify * { text-align: justify; }
.h5_mainbody {
overflow: unset !important;
}
.nonindent, .noindent {
text-indent: unset !important;
}