Difference between revisions of "MediaWiki:Common.css"

From DDO Compendium
(tweaks)
m (more tweaks)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
table, select, .mw-body a.external:link {
table, select, .mw-body a.external:link {
     color: #000;
     color: #000 !important;
}
}


.mw-body a.external:visited {
.mw-body a.external:visited {
     color: #777;
     color: #777 !important;
}
}

Revision as of 01:29, 15 March 2018

/* CSS placed here will be applied to all skins */
table, select, .mw-body a.external:link {
    color: #000 !important;
}

.mw-body a.external:visited {
    color: #777 !important;
}