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, #mw-page-base{
 
.mediawiki, #mw-page-base{
background: rgb(234,214,168);
+
background: rgb(238,226,181);
 
}
 
}
 
#content.mw-body{
 
#content.mw-body{
 
background: rgb(249,243,232);
 
background: rgb(249,243,232);
 
}
 
}

Revision as of 22:10, 6 February 2022

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