Safari modified the textcolor automaticly from black to white. However just for a spread of numbers like a phone quantity… Dates and time stayed within the right shade:black! There was no distinction between a textual content as
or
After an extended search I solved the issue within the CSS as follows:
The conventional CSS-code for textcolor black is: shade:#000000
As you understand Safari renders with Webkit and that induced the issue of colorchange.
The CSS-code -webkit-text-fill-color:#000000 did the trick.
I discovered a part of the reply in stack overflow. So thanks for that inspiration.
With sort regards, Albert.