MediaWiki:Common.css: Difference between revisions

From Wikiwaste
mNo edit summary
mNo edit summary
Line 5: Line 5:
background-color: #F9A33F;
background-color: #F9A33F;
color: white;
color: white;
}
border-style: none;
 
.vector-main-menu-container {
background-color: white;
}
}

Revision as of 12:33, 29 January 2024

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

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