MediaWiki:Common.css: Difference between revisions

From Wikiwaste
mNo edit summary
mNo edit summary
Line 6: Line 6:
color: white;
color: white;
padding: 5px;
padding: 5px;
}
.vector-main-menu-container {
background-color: white;
}
}

Revision as of 10:48, 29 January 2024

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

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

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