MediaWiki:Timeless.css: Difference between revisions

From The Hexian Archives
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 2: Line 2:


body {
body {
     background-color: #999;
     background-color: #222;
}
 
div.mw-content-container {
    background-color: #111;
}
}

Revision as of 13:28, 9 July 2022

/* All CSS here will be loaded for users of the Timeless skin */

body {
    background-color: #222;
}

div.mw-content-container {
    background-color: #111;
}