summaryrefslogtreecommitdiffstats
path: root/css/challenge.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/challenge.css')
-rw-r--r--css/challenge.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/css/challenge.css b/css/challenge.css
index 12ba61a..399570b 100644
--- a/css/challenge.css
+++ b/css/challenge.css
@@ -5,11 +5,20 @@
font-weight: bold;
}
#challenge_wrapper #challenges_listing { }
-#challenge_wrapper #challenges_listing .challenge_complete {
- text-decoration: line-through;
+.challenge_complete {
+ color:green;
+ font-weight: normal;
}
-#challenge_wrapper #challenges_listing .challenge_incomplete {
+.challenge_incomplete {
font-weight: bold;
+ color:red;
+}
+
+.challenge_complete a {
+ display:inline;
+}
+.challenge_incomplete a {
+ display: none;
}
/** Challenge listing page **/