mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 01:46:15 +01:00
ToC Editor: Fix a regression that broke choosing split points in some XHTML files
This commit is contained in:
parent
cb26ac2e1d
commit
b131d9226d
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
if (settings.is_dark_theme) { css += dark_css; }
|
||||
var style = document.createElement('style');
|
||||
style.textContent = css;
|
||||
document.body.appendChild(style);
|
||||
document.documentElement.appendChild(style);
|
||||
}
|
||||
|
||||
apply_body_colors();
|
||||
|
|
|
|||
Loading…
Reference in a new issue