MediaWiki:Common.css: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(simpler solution, actually)
No edit summary
Line 17: Line 17:


#footer-places {
#footer-places {
color: #688ba8;
color: #688ba8 !important;
}
}

Revision as of 16:19, 19 June 2024

/* CSS placed here will be applied to all skins */
#pagehistory li.selected {
	color: #b9b7b5 !important;
}	

a:link, .mw-parser-output a.extiw {
	color: rgb(100, 140, 200);
}

a:visited, .mw-parser-output a.extiw:visited {
	color: rgb(160, 140, 200);
}

a:active, .mw-parser-output a.extiw:active {
	color: rgb(220, 140, 200);
}

#footer-places {
	color: #688ba8 !important;
}