Difference between revisions of "MediaWiki:Common.css"

From Bootleggers Wiki
Line 3: Line 3:
 
body {
 
body {
 
background: #4a4a4a;  
 
background: #4a4a4a;  
 +
}
 +
 +
#mw-page-base {
 +
background: #4a4a4a;
 
}
 
}

Revision as of 06:22, 30 June 2021

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

body {
background: #4a4a4a; 
}

#mw-page-base {
background: #4a4a4a;
}