Jump to content

MediaWiki:Common.css: Difference between revisions

From Wiki ZB
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: black;
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:
}