MediaWiki:Common.css: Difference between revisions

From Diskmags Catalog
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-highlight{
background-color: rgb(244, 238, 224) !important;
color: rgb(109, 93, 110) !important;
}

Revision as of 14:16, 3 July 2023

/* CSS placed here will be applied to all skins */
.mw-highlight{
	background-color: rgb(244, 238, 224) !important;
	color: rgb(109, 93, 110) !important;
}