Difference between revisions of "MediaWiki:Common.css"

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; }")
 
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;
  }