MediaWiki:Timeless.css: Difference between revisions

From The Hexian Archives
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 5: Line 5:
}
}


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

Revision as of 13:29, 9 July 2022

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

body {
    background-color: #222;
}

.mw-wrapper {
    background-color: #111;
}