MediaWiki:Timeless.css: Difference between revisions

From MDS Wiki
(Created page with "→‎All CSS here will be loaded for users of the Timeless skin: .color-middle { background-color: #181818 !important; →‎Your desired color: } .color-left { background-color: #8b0108 !important; →‎Your desired color: } .color-right { background-color: #ba934f !important; →‎Your desired color: }")
(No difference)

Revision as of 10:55, 5 December 2025

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

.color-middle {
    background-color: #181818 !important; /* Your desired color */
}
.color-left {
    background-color: #8b0108 !important; /* Your desired color */
}
.color-right {
    background-color: #ba934f !important; /* Your desired color */
}