MediaWiki:Common.css: Difference between revisions

From Bioinformatik Wiki
(Created page with "→‎CSS placed here will be applied to all skins: body { background-color: #f0f; }")
 
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
body {
background-color: #f0f;
background-color: #fff;
}
}

Revision as of 14:12, 26 April 2019

/* CSS placed here will be applied to all skins */
body {
	background-color: #fff;
}