MediaWiki:Common.css: Difference between revisions

From Wikiwaste
mNo edit summary
mNo edit summary
Line 3: Line 3:


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



Revision as of 10:50, 29 January 2024

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

h2 .mw-headline {
	background-color: #F9A33F;
	color: white;
}

.vector-main-menu-container {
	background-color: white;
}