Difference between revisions of "MediaWiki:Common.css"

From The Fool's Aftermath Wiki
Line 2: Line 2:


table.infotable {
table.infotable {
     border: 1px solid;
     border: 1px solid #a2a9b1;
     background: grey;
     background: #f8f9fa;
}
}

Revision as of 03:30, 7 June 2022

/* CSS placed here will be applied to all skins */

table.infotable {
    border: 1px solid #a2a9b1;
    background: #f8f9fa;
}