From d506beacfc811f19bf77ec9267279ca44e92decc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 17 Jan 2007 17:38:53 +0000 Subject: [PATCH] Black color for anchor text (titles, facets). --- www/demo/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/demo/css/styles.css b/www/demo/css/styles.css index 2406e53..79f529c 100644 --- a/www/demo/css/styles.css +++ b/www/demo/css/styles.css @@ -119,7 +119,7 @@ height: 100%; a, a:visited { -color: #5d82b7; +color: #000000; text-decoration: none; } -- 1.7.10.4