MediaWiki:Common.css: Difference between revisions

From Wikiwaste
mNo edit summary
mNo edit summary
Line 5: Line 5:
background-color: orange;
background-color: orange;
color: white;
color: white;
padding: 2px;
margin: 2px;
}
}

Revision as of 10:28, 29 January 2024

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

h2 {
	background-color: orange;
	color: white;
	margin: 2px;
}