MediaWiki:Common.css: Difference between revisions

From SpiderKeeper
(Created page with "→‎CSS placed here will be applied to all skins: #mw-content-container{ background: dark-grey; }")
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


#mw-content-container{
#mw-content-container {
background: dark-grey;
background: #fff;
}
}

Latest revision as of 11:45, 29 March 2024

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

#mw-content-container {
background: #fff;
}