Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Alex Jiang (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: background-color: #00B2A9;") |
Alex Jiang (talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | background-color: #00B2A9; | + | body { |
+ | background-color: #00B2A9; | ||
+ | } |
Revision as of 14:38, 9 March 2016
/* CSS placed here will be applied to all skins */
body {
background-color: #00B2A9;
}