MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,015:
 
/* ======================================================= */
/* CUSTOMFORCE LEGACY WIKIPEDIA BLUE LINK COLOR OVERRIDE (#1a0dab0645ad) */
/* ======================================================= */
 
/* 1. Force Standard & External Links (Visited & Unvisited) */
/* Sets links to #0645ad and overrides the purple visited state */
/* We target specific content areas to avoid breaking white text on buttons */
a,
a:visited,
Line 1,026:
.mw-body-content a.external,
.mw-body-content a.external:visited {
color: #1a0dab0645ad !important;
}
 
/* 2. Protect Red Links (New pages) */
/* KeepsEnsures themlinks to missing pages stay red (#d73333) even if visited or overridden above */
a.new,
a.new:visited {
Line 1,036:
}
 
/* 3. Protect UI Buttons (Optional Safety) */
/* Prevents button text (like 'Save changes') from turning blue */
/* Ensures buttons that use <a> tags keep their white text */
a.mw-ui-button,
a.mw-ui-button:visited {