bell notificationshomepageloginedit profileclubsdmBox

10% popularity   0 Reactions

You can use a couple CSS selectors to style links.

a:link will select and style all unvisited links, while a:visited, surprisingly enough, will do the same with visited ones.

Examples:

a:link {
text-decoration: underline;
}

a:visited {
background-color: grey;
}

Remember that epub files are often read on B&W e-ink devices, so you should consider this if you want to differentiate links by using colors; the result might not be as expected.


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

Login to follow story

More posts by @Jamie

0 Comments

Sorted by latest first Latest Oldest Best

 

Back to top