From 5832446bc6ee95f2ee1c494a686f582ba92f4639 Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Sat, 26 Jan 2013 15:58:06 +0100 Subject: [PATCH] Avoid confusion with the progress colors. Ppl think they tell them whether they have answered right or wrong. --- css/questionset.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/css/questionset.css b/css/questionset.css index 7a379ce..5cb6bb2 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -30,15 +30,13 @@ width: 10px; height: 10px; border-radius: 50%; -} -.progress-dot.unanswered { - background: darkred; + border: 1px solid #494949; } .progress-dot.answered { - background: darkgreen; + background: #494949; } .progress-dot.current { - box-shadow: 0px 0px 6px firebrick; + box-shadow: 0px 0px 6px #494949; } .intro-page { /*background-color: rgba(255,255,255,0.9);*/