MediaWiki:Common.css: Difference between revisions

From ROdyssey Wiki

No edit summary
No edit summary
Line 6: Line 6:
}
}
:root {
:root {
     --bs-body-color: gold;
     --bs-body-color: wheat;
}
}

Revision as of 02:48, 10 January 2025

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

html,body, #mw-main-container{
   background-color:black;
 
}
:root {
    --bs-body-color: wheat;
}