Difference between revisions of "MediaWiki:Vector.css"

From TRMN
Jump to navigation Jump to search
(Link color testing)
m (Link color testing)
Line 5: Line 5:
}
}


.mw-body a.text.external {
.mw-body-content a.link.external {
   color: #0b4f6c important!;
   color: #0b4f6c important!;
}
}

Revision as of 22:28, 23 January 2020

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

body {
  background-color: #222;
}

.mw-body-content a.link.external {
  color: #0b4f6c important!;
}

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