MediaWiki:Common.css: Difference between revisions

From Officience
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: body { background-color: #fff; } .mw-body { background-color: #f7f7f7; }"
(No difference)

Revision as of 11:20, 16 January 2017

/* CSS placed here will be applied to all skins */
body {
  background-color: #fff;
}
.mw-body {
  background-color: #f7f7f7;
}