MediaWiki:Common.css: Difference between revisions

From Glossary LIVES
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎original a:visited { color: #0b0080; }: a { color: #0fbf20; } a:active { color: #0fbf20; } a:visited {...")
 
No edit summary
Line 16: Line 16:


a:visited {
a:visited {
    color: #0fbf20;
}
.mw-parser-output a.external {
     color: #0fbf20;
     color: #0fbf20;
}
}

Revision as of 19:36, 8 October 2020

/* CSS placed here will be applied to all skins */
/* original
a:visited {
    color: #0b0080;
}
*/

a {
    color: #0fbf20;
}

a:active {
    color: #0fbf20;
}


a:visited {
    color: #0fbf20;
}

.mw-parser-output a.external {
    color: #0fbf20;
}