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