Difference between revisions of "MediaWiki:Common.css"

From Rebeldroids Wiki
(Created page with "CSS placed here will be applied to all skins: body { background-color: #d0e4fe; }")
 
Line 3: Line 3:
  
 
body {
 
body {
     background-color: #d0e4fe;
+
     background-color: #71838D;
 
}
 
}

Revision as of 14:17, 1 August 2015

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


body {
    background-color: #71838D;
}