MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Livesadmin (talk | contribs) No edit summary |
Livesadmin (talk | contribs) 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; | |||
} | |||
Latest revision as of 19:40, 8 October 2020
/* 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;
}