MediaWiki:Common.css: Difference between revisions

From Wikiwaste
Created page with "→‎CSS placed here will be applied to all skins: →‎common stuff: h2 { background-color: orange; color: white; }"
 
mNo edit summary
Line 5: Line 5:
background-color: orange;
background-color: orange;
color: white;
color: white;
padding: 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;
	padding: 2px;
}