MediaWiki:Common.css: Difference between revisions

From Diskmags Catalog
No edit summary
No edit summary
Line 3: Line 3:
body {
body {
background-color: rgb(57, 54, 70);
background-color: rgb(57, 54, 70);
color: rgb(244, 238, 224);
}
.mw.highlight{
background-color: rgb(109, 93, 110);
}
}

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);
}