MediaWiki:Common.css: Difference between revisions

From Dear (Cross) Maker,
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body{ background-color:pink; }")
 
mNo 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{
body{
background-color:pink;
background-color:#D9D9D9;
}
}

Revision as of 17:27, 23 January 2023

/* CSS placed here will be applied to all skins */
body{
background-color:#D9D9D9;
}