Difference between revisions of "MediaWiki:Vector.css"

From TRMN
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: body { background-color: #222; }")
 
m (Link color testing)
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
body {
body {
   background-color: #222;
   background-color: #222;
}
#bodyContent a.external {
  color: #0b4f6c important!;
}
.mw-body a.text.external:visited {
  color: #600047 important!;
}
}

Revision as of 22:32, 23 January 2020

/* CSS placed here will affect users of the Vector skin */

body {
  background-color: #222;
}

#bodyContent a.external {
  color: #0b4f6c important!;
}

.mw-body a.text.external:visited {
  color: #600047 important!;
}