From cd1cc227b838189929f161cc73a25d0396ebc293 Mon Sep 17 00:00:00 2001 From: jonsowman Date: Thu, 29 Jul 2010 10:01:19 +0000 Subject: [PATCH] less garish non-hover link colour for control buttons --- predict/css/pred.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/predict/css/pred.css b/predict/css/pred.css index ac16738..c01f3db 100644 --- a/predict/css/pred.css +++ b/predict/css/pred.css @@ -142,7 +142,7 @@ a { text-decoration: underline; color: #333; cursor: pointer; } .control_button { font-weight: bold; - color: #3096d0; + color: #5c9dc2; cursor: pointer; text-decoration: none; }