MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,012:
color: #202122 !important;
opacity: 0.7;
}
/* ======================================================= */
/* UNIFY VISITED & UNVISITED LINK COLORS */
/* ======================================================= */
/* 1. Standard Links: Set visited color to standard blue */
/* We use !important to override skin defaults and variables */
a:visited,
.mw-parser-output a:visited,
.mw-body-content a.external:visited {
color: #0645ad !important;
}
/* 2. Red Links (New pages): Keep them red even if visited */
/* Prevents visited dead links from turning blue */
a.new:visited {
color: #d73333 !important;
}
| |||