The standard CSS way of styling an anchor tag doesn’t exactly work in iBooks:
a:link { color: red; }
Here’s what you need to do:
a:link { -webkit-text-fill-color: red; }
The standard CSS way of styling an anchor tag doesn’t exactly work in iBooks:
a:link { color: red; }
Here’s what you need to do:
a:link { -webkit-text-fill-color: red; }