modified color of progress dots
parent
a4f7bb1b96
commit
917a2d1499
|
@ -53,10 +53,10 @@
|
||||||
box-shadow: 0 0 0.5em #c7c7c7;
|
box-shadow: 0 0 0.5em #c7c7c7;
|
||||||
}
|
}
|
||||||
.progress-dot.answered {
|
.progress-dot.answered {
|
||||||
background: #bccade;
|
background: #73a2d5;
|
||||||
}
|
}
|
||||||
.progress-dot.current {
|
.progress-dot.current {
|
||||||
background: #267ec9;
|
background: #285585;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro-page .title {
|
.intro-page .title {
|
||||||
|
|
Loading…
Reference in New Issue