MediaWiki:Common.css

From Bacterial Takeover
Revision as of 15:01, 7 December 2017 by B4ct3r14l Man14c (talk | contribs) (Created page with "CSS placed here will be applied to all skins: @media only screen and (max-width: 500px) { body { background-color: #eaecf0; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* CSS placed here will be applied to all skins */

@media only screen and (max-width: 500px) {
    body {
        background-color: #eaecf0;
    }
}