diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-13 02:59:20 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-13 02:59:20 -0600 |
commit | 03c60352dfc39d1272bd1a7136025e5fac17f556 (patch) | |
tree | 8b12c998addb7b9b67a2fadc509890ec938bf3a0 /css/challenge.css | |
parent | 159992a5fa3456e036888c9e9d8a06409f272db6 (diff) | |
download | pathery-03c60352dfc39d1272bd1a7136025e5fac17f556.tar.xz |
Minor change to make the challenge_incomplete color less intense
Diffstat (limited to 'css/challenge.css')
-rw-r--r-- | css/challenge.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |