Avoid confusion with the progress colors. Ppl think they tell them whether they have answered right or wrong.
parent
c17e35eb9b
commit
5832446bc6
|
@ -30,15 +30,13 @@
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
border: 1px solid #494949;
|
||||||
.progress-dot.unanswered {
|
|
||||||
background: darkred;
|
|
||||||
}
|
}
|
||||||
.progress-dot.answered {
|
.progress-dot.answered {
|
||||||
background: darkgreen;
|
background: #494949;
|
||||||
}
|
}
|
||||||
.progress-dot.current {
|
.progress-dot.current {
|
||||||
box-shadow: 0px 0px 6px firebrick;
|
box-shadow: 0px 0px 6px #494949;
|
||||||
}
|
}
|
||||||
.intro-page {
|
.intro-page {
|
||||||
/*background-color: rgba(255,255,255,0.9);*/
|
/*background-color: rgba(255,255,255,0.9);*/
|
||||||
|
|
Loading…
Reference in New Issue