You might be able to use a grep program… but you’d need to make sure it can open a zip file (EPUB is actually a zipped file, just uses the .ePub extension) then find the appropriate .css file (sometimes there are several), make the change then save/close the epub.
Also, don’t use color:#000, it would make any links disappear if the user turned on night/dark mode… That’s one of the problems that breaks smashwords books…I’d use color:inherit instead.
Having said all that, there is definitely an argument to be made that you shouldn’t remove all indicators that something is a link…. How else will someone know that it is a link to tap on it???Since these are presumably only for your own personal use then it’s not a BIG point.
|