Open main menu

Warhammer 40k - Lexicanum β

User:Xporc/common.css

< User:Xporc
Revision as of 15:09, 13 January 2026 by Xporc (talk | contribs)
/* Change color of visited internal wiki links (user-only) */
.mw-parser-output a:visited:not(.external):not(.new) {
  color: #6a5acd;
}

/* set unvisited internal links (for contrast) */
.mw-parser-output a:link:not(.external):not(.new) {
  color: #1a5fb4;
}