View Single Post
Old 02-25-2019, 07:06 AM   #1
momoha
Annabelle Viau
momoha 's shirt has a full set of merit badges.momoha 's shirt has a full set of merit badges.momoha 's shirt has a full set of merit badges.momoha 's shirt has a full set of merit badges.momoha 's shirt has a full set of merit badges.momoha 's shirt has a full set of merit badges.momoha 's shirt has a full set of merit badges.momoha 's shirt has a full set of merit badges.momoha 's shirt has a full set of merit badges.momoha 's shirt has a full set of merit badges.momoha 's shirt has a full set of merit badges.
 
momoha's Avatar
 
Posts: 43
Karma: 16664
Join Date: Jan 2015
Location: Rishikesh, India
Device: iPad, Kobo, Windows 10 (ADE, Azardi), Android (Google Books, Bluefire)
Question Custom link colour in .mobi?

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!

Last edited by momoha; 02-25-2019 at 07:16 AM.
momoha is offline   Reply With Quote