MediaWiki:Common.css: Difference between revisions

From Wikiwaste
mNo edit summary
mNo edit summary
Line 2: Line 2:
/* common stuff */
/* common stuff */


h2 {
.mw-headline {
background-color: orange;
background-color: orange;
color: white;
color: white;
margin: 2px;
padding: 5px;
}
}

Revision as of 10:30, 29 January 2024

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

.mw-headline {
	background-color: orange;
	color: white;
	padding: 5px;
}