Difference between revisions of "MediaWiki:Common.css"
From Bacterial Takeover
(Created page with "→CSS placed here will be applied to all skins: @media only screen and (max-width: 500px) { body { background-color: #eaecf0; } }") |
(No difference)
|
Revision as of 15:01, 7 December 2017
/* CSS placed here will be applied to all skins */
@media only screen and (max-width: 500px) {
body {
background-color: #eaecf0;
}
}