Quote:
Originally Posted by flyfisher33
Great! That got me 90% of the way. Now, how do I restrict this to the toc only and not all the links in the book?
Instant redux--too quick on the trigger! It didn't affect the other documents. Many thanks.
Paul
|
.toc-1 a:visited,
.toc-1 a:hover,
.toc-1 a:link,
.toc-1 a:active {
color: #000000;
}
You probably don't have to set hover and active on most readers, but it doesn't hurt to be complete.