Is there a way to add a code to the CSS to a bunch of books automatically/in batches?
What the title says, I would like to add
a:link,
a:link * {
color: #000 !important;
text-decoration: none !important;
}
to all my books so to avoid the words with footnotes being highlighted since most of the times the normal settings are ignored and the word gets highlighted by default in some e-readers and reader apps.
Also if there's a better code tell me please.
It would be great if I could do it to many books at once.
Thanks!
|