webtrees icon indicating copy to clipboard operation
webtrees copied to clipboard

Colors theme quirk

Open ddrury opened this issue 1 year ago • 1 comments

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

ddrury avatar Mar 12 '23 09:03 ddrury

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;}

reteP-riS avatar Mar 12 '23 18:03 reteP-riS