Quote:
Originally Posted by Slevin#7
I'll figured out, that setting the background property to transparent with important flag to images with transparency seems to do the trick:
Code:
<img class="transparent" src="../images/diagram.png"/>
.transparent {
background: transparent !important;
}
|
Yes, the background is transparent but the lines of the drawing remains the same. If the line-color is black, the background transparent and you set the night mode in your ereader, then you won't be able to the see the image because black lines on black background... Or I'm missing something in your explanation?