From 874eb0182b10186cbc20a72cc93377df1b7271d6 Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Wed, 6 Apr 2011 16:34:00 +0000
Subject: [PATCH] use stronger selectors to get rid of the Google Blue on
 links.

---
 www/searchCSS.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/searchCSS.css b/www/searchCSS.css
index a4c2f87..0d75623 100644
--- a/www/searchCSS.css
+++ b/www/searchCSS.css
@@ -61,8 +61,8 @@ The Search results
 .gsc-input {
 	font-size: 1.1em;
 }
-.gs-result .gs-title, .gs-result .gs-title *{
-	color : #990000;
+#maincontent .gs-result .gs-title, #maincontent .gs-result .gs-title *{
+	color : #ac0302;
 	text-decoration: none;
 	font-size: 1.1em;
 }
-- 
GitLab