The Poke3 (and maybe Poke2?) has "High contrast text" enabled by default.
This causes all white text to have a really ugly border.
It even causes black text on white to have a ghost border.
There is no standard Onyx setting to disable this?
The stock Android Settings seemed to previously have had a problem too.
The latest software seemed to have fixed this.
You can run the stock Android settings:
Code:
C:\>adb shell am start -n com.android.settings/.Settings
Then Accessibility > High contrast text > Off
Or you can:
Code:
C:\>adb shell settings put secure high_text_contrast_enabled 0
If your reader composes actual book pages itself this will not make a difference there, but it will affect menus, dialogs, etc.