MediaWiki:MyStyles.css: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
{{#css:
{{#css:
   body {
   body {
     background: yellow;
     background: green;
     color: red;
     color: red;
   }
   }
}}
}}

Revision as of 02:49, 21 August 2024

{{#css:
  body {
    background: green;
    color: red;
  }
}}