MediaWiki:DarkMinerva.css: Difference between revisions

No edit summary
No edit summary
Line 2: Line 2:


#mw-content-text a.external[href^="https://www.marathonwiki.com"] { color: #009CFF !important; }
#mw-content-text a.external[href^="https://www.marathonwiki.com"] { color: #009CFF !important; }
/* Green links */
body a, body #mw-mf-page-left ul.hlist li a {
color: #53ED24 !important;
}
body .mw-parser-output a.external, body .mw-parser-output a.extiw {
color: #C2FE0C !important;
}

Revision as of 20:44, August 21, 2023

/* CSS placed here will affect users of the Minerva night theme */

#mw-content-text a.external[href^="https://www.marathonwiki.com"] { color: #009CFF !important; }

/* Green links */
body a, body #mw-mf-page-left ul.hlist li a {
	color: #53ED24 !important;
}
body .mw-parser-output a.external, body .mw-parser-output a.extiw {
	color: #C2FE0C !important;
}