19,580
edits
(whoops, missed that this was a fix for css and js pages, not just Geshi) |
(removing the change in color normally made to visited links, for visibility's and aesthetics' sake) |
||
Line 1: | Line 1: | ||
/* Uniform link colors */ | |||
.mw-body a:link { color: #0645AD; } /* normal unvisited links */ | |||
.mw-body a:link:visited { color: #0645AD; } | |||
.mw-body a:visited { color: #0645AD; } | |||
/* Main page fixes */ | /* Main page fixes */ | ||
#interwiki-completelist { | #interwiki-completelist { |