webtrees
webtrees copied to clipboard
Colors theme quirk
The colour of links is set to be the same (or very close) to the text colour making it impossible to see what is a link. It's necessary to scan over all the text to get the colour to change on hover
Same here with the webtrees default theme. As a workaround you can add some styling to the CSS & JS module:
/* Change link color from #555 to #222 */
a {color:#222;text-decoration:none;}