Jump to content

MediaWiki:Common.css: Difference between revisions

From jeankn.app WIKI
No edit summary
No edit summary
Line 1: Line 1:
/* Change background and link colors globally */
/* Change background and link colors globally */
body {
body {
    background-color: #000000;
    color: #ffffff;
}
#mw-page-base {
     background-color: #000000;
     background-color: #000000;
     color: #ffffff;
     color: #ffffff;
}
}

Revision as of 17:27, 19 October 2025

/* Change background and link colors globally */
body {
    background-color: #000000;
    color: #ffffff;
}

#mw-page-base {
    background-color: #000000;
    color: #ffffff;
}