Well, with epubs that are not DRM-crippled, you can change that in the style sheet...
body {
background:black;
color: white
}
should work if there are no color definitions for the text...
That should theoretically work on any reader that supports epub, but I have only one to test.
|