User:2aprilboy/historyReviewer.css

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.
li#ca-history.hr_ok * {
  color: gray !important;
}
li#ca-history.hr_questionableEditor *,
li#ca-history.hr_editWar.hr_questionableEditor * {
  text-shadow: 0 0 .5em green;
}
li#ca-history.hr_recentlyChanged * {
  text-shadow: 0 0 .5em orange;
}
li#ca-history.hr_new * {
  text-shadow: 0 0 .5em blue;
}
li#ca-history.hr_questionableEditor * {
  color: green !important;
}
li#ca-history.hr_editWar * {
  font-weight: bold;
  color: red !important;
}
li#ca-history.hr_internalScriptError * {
  font-style: italic;
}