modified color of progress dots

d3summaryChart
Magnus Vik Magnussen 2014-10-21 15:20:31 +02:00
parent a4f7bb1b96
commit 917a2d1499
1 changed files with 2 additions and 2 deletions

View File

@ -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 {