View Single Post
Old 03-11-2018, 01:18 AM   #13
Entry20
O
Entry20 began at the beginning.
 
Entry20's Avatar
 
Posts: 17
Karma: 10
Join Date: Mar 2018
Device: Kindle Paperwhite - 7th Generation
Quote:
Originally Posted by kovidgoyal View Post
There is no default color coded in the editor, and adding one would be wrong, since it would conflict with the css defined in the book. Read what I said again. I did not ask you to check the background color, I asked you to check the foreground color. Obviously there is no background color, since the used background color comes from the theme colors. The question is why is there a foreground color.
What I meant is to have as default background color: WHITE.

It will not conflict with the writer's code/css as it will override the default. So if a user/writer adds
body {
background: red;
}

It will show a red background.

But you don't understand that the default background for all html pages is white. Not the windows theme color.
Entry20 is offline   Reply With Quote