Difference between revisions of "MediaWiki:Common.css"

From Fate's Harvest
Jump to: navigation, search
Line 2: Line 2:
  
  
body { color: green; }
+
body {
 +
    color: green;  
 +
    font-size: 17px;
 +
}

Revision as of 21:02, 28 October 2015

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


body {
     color: green; 
     font-size: 17px;
}