MediaWiki:Common.css: Difference between revisions

From Satomi's homepage!
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: body { background-color:#000; }"
 
No edit summary
Line 2: Line 2:


body {
body {
background-color:#000;
background-color:#654321;
}
}

Revision as of 02:37, 22 December 2023

/* CSS placed here will be applied to all skins */

body {
	background-color:#654321;
}