MediaWiki:Common.css: Difference between revisions

From The Industrial World Rebirth
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 6: Line 6:
color: #ccccff;
color: #ccccff;
font-family: 'Merriweather', serif;
font-family: 'Merriweather', serif;
}
#mw-page-header-links li.selected a {
color: #cccc00;
}
}

Revision as of 05:21, 6 January 2023

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

body {
	margin: 0;
	background: #000;
	color: #ccccff;
	font-family: 'Merriweather', serif;
}
#mw-page-header-links li.selected a {
	color: #cccc00;
}