Hi,
Is it possible to specify a custom colour for links in a .mobi ebook? In my ePubs I use the following CSS, but it isn’t working when I transfer to mobi. Also, with the latest version of Kindle Previewer, text-decoration: none; also doesn’t work anymore... Any workaround?
Code:
a {
color: #A00000;
-webkit-text-fill-color: #A00000;
text-decoration: none;
}
Thanks!