Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 27: Line 27:


.mw-page-container-inner > div:nth-child(odd) {
.mw-page-container-inner > div:nth-child(odd) {
    grid-column: 1; /* Assign them to the first column */
     background-color: #e6ce92; /* Replace with desired color */
     background-color: #e6ce92; /* Replace with desired color */
}
}