MediaWiki:Common.css: Difference between revisions

From Tales of Yore
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
#p-logo a {
#p-logo a {
     background-size: contain;
     background-size: contain;
}
body {
    background: #6fa430;
}
}

Revision as of 21:03, 21 May 2023

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

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

body {
    background: #6fa430;
}