Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
Line 158: Line 158:
         content: '';
         content: '';
     }
     }
}
/* TABLES */
.mw-datatable th {
    background-color: #200;
}
.mw-datatable td {
    background-color: #101010;
}
}