MediaWiki:Common.css: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 10: Line 10:


table.batable th.bigheader {
table.batable th.bigheader {
background-color: #ecf5f9;
background-color: #d9edfb;
color: #000000;
color: #000000;
}
}

Revision as of 22:16, 20 April 2021

/* CSS placed here will be applied to all skins */
table.batable {
    background-color: #ecf5f9;
}

table.batable th.mainheader {
    background-color: #2d4c72;
    color: #ffffff;
}

table.batable th.bigheader {
    background-color: #d9edfb;
    color: #000000;
}