Jump to content

MediaWiki:Common.css: Difference between revisions

m Removed icon image, color-only test
m Added font weight
Line 3: Line 3:
#mw-content-text .mw-userlink[title="User:4erospace"] {
#mw-content-text .mw-userlink[title="User:4erospace"] {
color: #c27c0e;
color: #c27c0e;
font-weight: bold;
}
}

Revision as of 09:23, 6 January 2025

/* CSS placed here will be applied to all skins */

#mw-content-text .mw-userlink[title="User:4erospace"] {	
	color: #c27c0e;
	font-weight: bold;
}