MediaWiki:Common.css: Difference between revisions

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


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

Revision as of 10:47, 29 January 2024

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

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