Difference between revisions of "MediaWiki:Common.css"

From Satomi's wikis
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { background-color:#000; }")
 
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;
}