Open main menu

Warhammer 40k - Lexicanum β

User:Xporc/common.css

< User:Xporc
Revision as of 15:16, 13 January 2026 by Xporc (talk | contribs) (outline)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Sanity check */
body {
  outline: 5px solid red !important;
}

/* Change color of visited internal wiki links (user-only) */
.mw-body-content a:visited:not(.external):not(.new) {
  color: #6a5acd !important;
}

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