/* Make redirects italic and green */
.mw-redirect {
font-style: italic;
color: green;
}
/*Highlight redirects at ] in pink, to make them much more clearer when trying to clean up the page */
.wp-npp-redirect-autopatrol-list .mw-redirect {
color: pink;
}