Difference between revisions of "MediaWiki:Common.css"

From United Heroes MUSH
Jump to navigation Jump to search
Line 6: Line 6:


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

Revision as of 03:53, 26 July 2022

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

li a {
    color: #ffffff; !important
}