MediaWiki:Common.css: Difference between revisions

From Erudite Tales
Jump to navigation Jump to search
Created page with "→‎CSS placed here will be applied to all skins: html, body { background: #e5f299 !important; }"
 
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 */
html, body {
html, body, header {
     background: #e5f299 !important;
     background: #e5f299 !important;
   }
   }

Revision as of 15:31, 1 January 2022

/* CSS placed here will be applied to all skins */
html, body, header {
    background: #e5f299 !important;
  }