https://bugs.kde.org/show_bug.cgi?id=503744
--- Comment #5 from [email protected] --- Okay, after going deep into this, there were several bugs in invert colors mode keeping the font settings from changing. In fact, invert mode was fundamentally broken. There were also fatal javascript errors such as a dispatch to resize when the backend wasn't setup. The invert colors mode was calling theme.inverted when no theme.inverted existed, thus breaking font changes when invert mode was on and causing a fatal javascript error. I did refactor a lot of the CSS, and it appears font rendering works as expected, and now color inverting works as expected. No javascript errors are displayed on the console when a book is loaded. -- You are receiving this mail because: You are watching all bug changes.
