Difference between revisions of "MediaWiki:Common.css"

From
Jump to: navigation, search
Line 4: Line 4:
 
}
 
}
 
#content{
 
#content{
background: rgb(238,223,187);
+
background: rgb(249,243,232);
 
}
 
}
 
#mw-head-base{
 
#mw-head-base{
 
background: rgb(225,198,133);
 
background: rgb(225,198,133);
 
}
 
}

Revision as of 21:54, 6 February 2022

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