MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: body { background-color: black; color: white: }" |
No edit summary |
||
| Line 2: | Line 2: | ||
body { | body { | ||
background-color: | background-color: blue; | ||
color: white: | color: white: | ||
} | } | ||
Revision as of 09:59, 17 September 2025
/* CSS placed here will be applied to all skins */
body {
background-color: blue;
color: white:
}