Index: wp-admin/css/colors-classic.dev.css
===================================================================
--- wp-admin/css/colors-classic.dev.css	(revision 12311)
+++ wp-admin/css/colors-classic.dev.css	(working copy)
@@ -640,8 +640,10 @@
 
 table.widefat span.delete a,
 table.widefat span.trash a,
+table.widefat span.spam a,
 #dashboard_recent_comments .delete a,
-#dashboard_recent_comments .trash a {
+#dashboard_recent_comments .trash a,
+#dashboard_recent_comments .spam a {
 	color: #bc0b0b;
 }
 
@@ -741,8 +743,10 @@
 .widget-control-remove:hover,
 table.widefat .delete a:hover,
 table.widefat .trash a:hover,
+table.widefat .spam a:hover,
 #dashboard_recent_comments .delete a:hover,
-#dashboard_recent_comments .trash a:hover {
+#dashboard_recent_comments .trash a:hover,
+#dashboard_recent_comments .spam a:hover {
 	color: #f00;
 }
 
Index: wp-admin/css/colors-fresh.dev.css
===================================================================
--- wp-admin/css/colors-fresh.dev.css	(revision 12311)
+++ wp-admin/css/colors-fresh.dev.css	(working copy)
@@ -635,8 +635,10 @@
 
 table.widefat span.delete a,
 table.widefat span.trash a,
+table.widefat span.spam a,
 #dashboard_recent_comments .delete a,
-#dashboard_recent_comments .trash a {
+#dashboard_recent_comments .trash a,
+#dashboard_recent_comments .spam a {
 	color: #bc0b0b;
 }
 
@@ -740,8 +742,10 @@
 .widget-control-remove:hover,
 table.widefat .delete a:hover,
 table.widefat .trash a:hover,
+table.widefat .spam a:hover,
 #dashboard_recent_comments .delete a:hover,
-#dashboard_recent_comments .trash a:hover {
+#dashboard_recent_comments .trash a:hover
+#dashboard_recent_comments .spam a:hover {
 	color: #f00;
 }
 
