Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(Link color testing) |
(Link color testing) |
||
Line 7: | Line 7: | ||
.mw-body a.external { | .mw-body a.external { | ||
color: #0b4f6c; | color: #0b4f6c; | ||
} | |||
.mw-body a.external:visited { | |||
color: #600047; | |||
} | } |
Revision as of 17:01, 23 January 2020
/* CSS placed here will affect users of the Vector skin */
body {
background-color: #222;
}
.mw-body a.external {
color: #0b4f6c;
}
.mw-body a.external:visited {
color: #600047;
}