From 03c60352dfc39d1272bd1a7136025e5fac17f556 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sun, 13 Jan 2013 02:59:20 -0600 Subject: Minor change to make the challenge_incomplete color less intense --- css/challenge.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/challenge.css b/css/challenge.css index 1f51a9e..0380f4f 100644 --- a/css/challenge.css +++ b/css/challenge.css @@ -6,12 +6,12 @@ } #challenge_wrapper #challenges_listing { } .challenge_complete { - color:green; + color:#008000; font-weight: normal; } .challenge_incomplete { font-weight: bold; - color:red; + color:#DD1111; } .challenge_complete a { -- cgit v1.2.3