Difference between revisions of "MediaWiki:Common.css"

From Journey Modding Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body{ background-color:#ddc385 }")
 
Line 2: Line 2:
body{
body{
background-color:#ddc385
background-color:#ddc385
}
mw-head {
background-color:#ecd9a4
}
}

Revision as of 05:11, 6 June 2021

/* CSS placed here will be applied to all skins */
body{
background-color:#ddc385
}
mw-head {
background-color:#ecd9a4
}