MediaWiki:Common.css: Difference between revisions

From Tales of Yore
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:


body {
body {
    background: #6fa430;
}
.vector-menu-tabs-legacy .selected {
     background: #6fa430;
     background: #6fa430;
}
}

Revision as of 21:05, 21 May 2023

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

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

#mw-head {
    background: #6fa430;
}

body {
    background: #6fa430;
}

.vector-menu-tabs-legacy .selected {
    background: #6fa430;
}