MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,015:
/* ======================================================= */
/*
/* ======================================================= */
/* 1. Force Standard
/* We
a,
a:visited,
.mw-parser-output a,
.mw-parser-output a:visited,
.mw-body-content a.external,
.mw-body-content a.external:visited {
color: #
}
/* 2. Protect Red Links (New pages)
/* Keeps them red (#d73333) even if visited or overridden above */
a.new,
a.new:visited {
color: #d73333 !important;
}
/* 3. Protect UI Buttons (Optional Safety) */
/* Ensures buttons that use <a> tags keep their white text */
a.mw-ui-button,
a.mw-ui-button:visited {
color: #fff !important;
}
| |||