Difference between revisions of "MediaWiki:Common.css"

From DDO Compendium
(fixing skin weirdness)
 
(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 {
table, select, .mw-body a.external:link {
     color: #000;
     color: #000;
}
.mw-body a.external:visited {
    color: #777;
}
}

Revision as of 01:28, 15 March 2018

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

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