Difference between revisions of "MediaWiki:Common.css"

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


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

Revision as of 03:54, 26 July 2022

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

a {
    color: #ffffff !important;
}