MediaWiki:Common.css: Difference between revisions
From ROdyssey Wiki
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 13: | Line 13: | ||
.mw-desktop-sitename{ | .mw-desktop-sitename{ | ||
color: black; | color: black; | ||
} | |||
#footer{ | |||
color:gold; | |||
} | } | ||
Revision as of 02:10, 10 January 2025
/* CSS placed here will be applied to all skins */
html,body, #mw-main-container{
background-color:black;
background: url(https://rodyssey.fr/w/resources/assets/bg-splash.webp);
}
:root {
--bs-body-color: wheat;
}
aside a:not(.disabled){
color: gold;
}
.mw-desktop-sitename{
color: black;
}
#footer{
color:gold;
}