Enhancement
Maybe I am not defining the background and foreground color properly in my epub book.
body {
color: black;
background-color: powderblue;
margin: 0.5em;
width: auto;
border: 0;
padding: 0
}
This color is picked up by the PC programs ADE and Kindle.
Ronald
|