Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Self links highlighted */
.selflink {
    background-color: #c0c0c0;
}

/* Disambig links orange */
.mw-disambig {
	color: #cd7f32
}
a.mw-disambig:visited {
	color: #8b4000
}

/* Redirect links green */
.mw-redirect {
    color: #00a36c
}
a.mw-redirect:visited {
	color: #355E3B
}