Changes

528 bytes added ,  15:27, 1 September 2025
no edit summary
Line 1,187: Line 1,187:  
.mw-special-Book #coll-downloadbox {
 
.mw-special-Book #coll-downloadbox {
 
display: none;
 
display: none;
 +
}
 +
 +
/* Normalize 'new' (missing) links so they look like regular links (Chrome-safe) KS Mod */
 +
.mw-parser-output a.new:link,
 +
.mw-parser-output a.new:visited,
 +
.mw-parser-output a.new:hover,
 +
.mw-parser-output a.new:active {
 +
  color: var(--color-link, #36c) !important;
 +
  text-decoration: underline;
 +
}
 +
 +
/* Optional: if you want a different visited color like normal links KS Mod */
 +
.skin-vector .mw-parser-output a.new:visited,
 +
.skin-minerva .mw-parser-output a.new:visited {
 +
  color: var(--color-link-visited, #6b4ba1) !important;
 
}
 
}