Forum:Alternative Link Colors

ShoutWiki — express yourself and be heard!
Jump to navigation Jump to search

Forums: Index Community help

Afternoon,

I'm having a lot of trouble distinguishing normal black text from links to previously-visited inter-wiki pages. Is there an extension I can request that can change the link colors to something more noticeable for myself and all visitors to my wiki? --Mecheye (talk) 15:31, 31 March 2018 (UTC)

You can style links with CSS. If you want to change the color of visited links, something like
a:visited {
	color: #0f0; /* green */
}
in your personal common.css for just yourself or in MediaWiki:Common.css for everybody. No extension required. Adjust the color however you want. --Saftzie (talk) 23:03, 31 March 2018 (UTC)


Fantastic, Thank you!
Mecheye (talk) 18:22, 1 April 2018 (UTC)