Difference between revisions of "MediaWiki:Common.css"

From Fate's Harvest
Jump to: navigation, search
Line 3: Line 3:
  
 
body {
 
body {
     color: green;
+
     background: linear-gradient(180deg, red, blue);
    font-size: 10px;
+
 
}
 
}

Revision as of 21:05, 28 October 2015

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


body {
     background: linear-gradient(180deg, red, blue);
}