MediaWiki:Common.css: Difference between revisions

From QuatenusWiki
Created page with "→‎CSS placed here will be applied to all skins: body { background-color: blue; }"
 
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-color: blue;
   background-color: orange;
}
}

Revision as of 11:20, 19 November 2024

/* CSS placed here will be applied to all skins */
body {
  background-color: orange;
}