MediaWiki:Common.css: Difference between revisions

From The Industrial World Rebirth
Jump to navigation Jump to search
Tag: Replaced
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
margin: 0;
background: #000;
color: #ccccff;
font-family: 'Merriweather', serif;
}

Revision as of 05:20, 6 January 2023

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

body {
	margin: 0;
	background: #000;
	color: #ccccff;
	font-family: 'Merriweather', serif;
}