Index: src/bp-templates/bp-legacy/css/twentytwelve-rtl.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentytwelve-rtl.css	(revision 11109)
+++ src/bp-templates/bp-legacy/css/twentytwelve-rtl.css	(working copy)
@@ -770,6 +770,10 @@
 	font-size: 0.8571428571rem;
 }
 
+#buddypress #activity-stream .activity-comments a {
+	color: #737373;
+}
+
 #buddypress #activity-stream .activity-comments .ac-form {
 	border: 1px solid #d4d0ba;
 	box-sizing: border-box;
@@ -1385,7 +1389,7 @@
 	-ms-border-radius: 2px;
 	border-radius: 2px;
 	background-clip: padding-box;
-	color: #eee;
+	color: #f1f1f1;
 	font-weight: bold;
 	padding: 0.1em 0.5em;
 	text-decoration: none;
Index: src/bp-templates/bp-legacy/css/twentytwelve.css
===================================================================
--- src/bp-templates/bp-legacy/css/twentytwelve.css	(revision 11109)
+++ src/bp-templates/bp-legacy/css/twentytwelve.css	(working copy)
@@ -770,6 +770,10 @@
 	font-size: 0.8571428571rem;
 }
 
+#buddypress #activity-stream .activity-comments a {
+	color: #737373;
+}
+
 #buddypress #activity-stream .activity-comments .ac-form {
 	border: 1px solid #d4d0ba;
 	box-sizing: border-box;
@@ -1385,7 +1389,7 @@
 	-ms-border-radius: 2px;
 	border-radius: 2px;
 	background-clip: padding-box;
-	color: #eee;
+	color: #f1f1f1;
 	font-weight: bold;
 	padding: 0.1em 0.5em;
 	text-decoration: none;
Index: src/bp-templates/bp-legacy/css/twentytwelve.scss
===================================================================
--- src/bp-templates/bp-legacy/css/twentytwelve.scss	(revision 11109)
+++ src/bp-templates/bp-legacy/css/twentytwelve.scss	(working copy)
@@ -1098,11 +1098,14 @@
 					.acomment-content {
 						@include font-size(12);
 					}
-
 				}
 
 			}
 
+			a {
+				color: #737373;
+			}
+
 			.ac-form {
 				border: 1px solid $border-color;
 				box-sizing: border-box;
@@ -1801,7 +1804,7 @@
 				.visibility-toggle-link {
 					background: lighten($dark-background, 10%);
 					@include border-radius(2px);
-					color: #eee;
+					color: #f1f1f1;
 					font-weight: bold;
 					padding: 0.1em 0.5em;
 					text-decoration: none;
