MediaWiki:Common.css: Difference between revisions

From Glossary LIVES
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* original
a:visited {
    color: #21c0f4;
}
*/
a {
    color: #21c0f4;
}
a:active {
    color: #21c0f4;
}
a:visited {
    color: #21c0f4;
}
.mw-parser-output a.external {
    color: #21c0f4;
}
.mw-parser-output a.external {
    color: #21c0f4;
}

Revision as of 19:40, 8 October 2020

/* CSS placed here will be applied to all skins */