MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
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 */ | ||
body { | @media screen { | ||
body { | |||
background-color: #544037; | |||
} | |||
} | } | ||
Revision as of 23:39, 26 February 2026
/* CSS placed here will be applied to all skins */
@media screen {
body {
background-color: #544037;
}
}