Difference between revisions of "MediaWiki:Common.css"
From Fate's Harvest
Line 3: | Line 3: | ||
body { | body { | ||
− | + | background: linear-gradient(180deg, red, blue); | |
− | + | ||
} | } |
Revision as of 21:05, 28 October 2015
/* CSS placed here will be applied to all skins */ body { background: linear-gradient(180deg, red, blue); }