MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: body { background-color:#673ab7; } .mw-body { background-color:#b39ddb; }") |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-body { | .mw-body { | ||
background-color:#b39ddb; | background-color:#b39ddb; | ||
} | } | ||
Revision as of 23:30, 16 September 2015
/* CSS placed here will be applied to all skins */
.mw-body {
background-color:#b39ddb;
}