MediaWiki:Common.css: Difference between revisions

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


h2 {
.vector-body h2 {
background-color: #F9A33F;
background-color: #F9A33F;
color: white;
color: white;
border-style: none;
border-style: none;
}
}

Revision as of 12:36, 29 January 2024

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

.vector-body h2 {
	background-color: #F9A33F;
	color: white;
	border-style: none;
}