Difference between revisions of "MediaWiki:Common.css"

From United Heroes MUSH
Jump to navigation Jump to search
Line 5: Line 5:
}
}


a { color: #fff; !important }
li a {
    color: #ffffff;
}

Revision as of 03:52, 26 July 2022

/* CSS placed here will be applied to all skins */
.toccolours {
    background-color: #000000;
    color: #ffcc33;
}

li a {
    color: #ffffff;
}