MediaWiki:Common.css: Difference between revisions

From One Nation Under Jou
Jump to navigation Jump to search
(Replaced content with "→‎CSS placed here will be applied to all skins: body { background: yellow; font-size: 20pt; color: red; }")
Tag: Replaced
No edit summary
Line 2: Line 2:


   body {
   body {
     background: yellow;
     background: #ecf0f1;
    font-size: 20pt;
    color: red;
   }
   }

Revision as of 09:48, 19 July 2021

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

  body {
    background: #ecf0f1;
  }