Quote:
Originally Posted by shotsky
The preview should appear as the ebook appears. The code works better for me in dark mode. This worked previously, and only recently changed. Please restore the ability to have the preview pane in normal mode. I actually cannot read the preview pane because of the black background and dark blue text. And when there is a 'white' box in the preview, the text is a very light gray, and that can't be read either.
|
You have something wrong with either your system of the eBook's CSS. The text is not supposed to be gray. It is supposed to be whitish. And as for the white box, that again is because of your eBook. There is no white box by default. The dark blue text are links and that can be overcome until the next Calibre with something like...
Code:
a {
color: yellow;
}
Just remove that when you are finished editing your book.