MediaWiki:Common.css: Difference between revisions
From ROdyssey Wiki
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
html,body, #mw-main-container{ | html,body, #mw-main-container{ | ||
background-color:black; | background-color:black; | ||
background: url(/wiki/ | background: url(/wiki/File:Bg-splash.webp); | ||
} | } | ||
:root { | :root { | ||
Revision as of 02:02, 10 January 2025
/* CSS placed here will be applied to all skins */
html,body, #mw-main-container{
background-color:black;
background: url(/wiki/File:Bg-splash.webp);
}
:root {
--bs-body-color: wheat;
}
aside a:not(.disabled){
color: gold;
}