MediaWiki:Common.css: Difference between revisions

From VLTK
(Created page with "→‎CSS placed here will be applied to all skins: div.mw-header-container{ background: #b06fff !important; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


div.mw-header-container{
div#mw-header-container{
     background: #b06fff !important;
     background: #b06fff !important;
}
}

Revision as of 17:37, 26 November 2021

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

div#mw-header-container{
    background: #b06fff !important;
}