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
Tag: Manual revert
 
(5 intermediate revisions by the same user not shown)
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: ;
}
}

Latest revision as of 20:38, 25 June 2023

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