MediaWiki:Common.css: Difference between revisions

From Tales of Yore
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #content { background: #6fa430; }")
 
No edit summary
Line 2: Line 2:
#content {
#content {
     background: #6fa430;
     background: #6fa430;
}
#p-logo a {
    background-size: contain;
}
}

Revision as of 21:02, 21 May 2023

/* CSS placed here will be applied to all skins */
#content {
    background: #6fa430;
}

#p-logo a {
    background-size: contain;
}