MediaWiki:Common.css: Difference between revisions

From Diskmags Catalog
No edit summary
No edit summary
Line 6: Line 6:
}
}
.mw.highlight{
.mw.highlight{
background-color: rgb(109, 93, 110);
background-color: rgb(109, 93, 110) !important;
}
}

Revision as of 13:40, 3 July 2023

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

body {
	background-color: rgb(57, 54, 70);
	color: rgb(244, 238, 224);
}
.mw.highlight{
	background-color: rgb(109, 93, 110) !important;
}