Quote:
Originally Posted by Quoth
If it's just for yourself it's 100% fine. But for distribution simply using a small black image, or better is text.
|
The problem with a small black image is when the user selects a dark mode… they won’t be able to see a dark image on a dark background. Text would work fine as it should match the font color. However, if you want something a little more creative than a text symbol, this should work fine.
Do you happen to know any devices/apps that this does NOT work?? If so, perhaps during your target device/app testing you find it doesn’t, you could simply use a @media query or a @supports check to provide a fallback… or JS if you are making ePub3 only.
Cheers!