Actions

MediaWiki

Difference between revisions of "Common.css"

From Harath Rules

(Created page with "→‎CSS placed here will be applied to all skins: body { background: red; }")
 
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: red;
   background: #bf4e28;
}
}

Revision as of 21:13, 24 December 2020

/* CSS placed here will be applied to all skins */
body {
  background: #bf4e28;
}