MediaWiki:Common.css: Difference between revisions

From Alundra
Created page with "CSS placed here will be applied to all skins: body { background: #cccccc; }"
 
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 */
body {
body {
   background: #cccccc;
   background: #000000;
}
}

Revision as of 18:09, 12 May 2026

/* CSS placed here will be applied to all skins */
body {
  background: #000000;
}