Difference between revisions of "MediaWiki:Common.css"

From
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
.mediawiki{
+
.mediawiki, #mw-page-base{
 
background: rgb(225,198,133);
 
background: rgb(225,198,133);
 
}
 
}

Revision as of 22:01, 6 February 2022

/* CSS placed here will be applied to all skins */
.mediawiki, #mw-page-base{
	background: rgb(225,198,133);
}
#content.mw-body{
	background: rgb(249,243,232);
}