MediaWiki:Common.css: Difference between revisions

From VLTK
No edit summary
No edit summary
Line 6: Line 6:
div#mw-header-container{
div#mw-header-container{
     background: #b06fff !important;
     background: #b06fff !important;
}
div.color-middle{
    background: yellow;
}
}

Revision as of 17:39, 26 November 2021

/* CSS placed here will be applied to all skins */

body{
    background: #48b955 !important;
}
div#mw-header-container{
    background: #b06fff !important;
}
div.color-middle{
    background: yellow;
}