MediaWiki:Common.css: Difference between revisions

From Looney Pyramid Games Wiki
Content added Content deleted
imported>Lambda
(Make background color match old wiki)
 
imported>Lambda
(include #mw-page-base when setting color)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body { background: #ffe9cc; }
body, #mw-page-base { background: #ffe9cc; }

Revision as of 22:21, 6 November 2016

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

body, #mw-page-base { background: #ffe9cc; }