diff --git a/pages/fifth.html b/pages/fifth.html index 0052b73..e9089e6 100644 --- a/pages/fifth.html +++ b/pages/fifth.html @@ -111,7 +111,7 @@ color="#FFF" z-offset="1" :value="decodeURIComponent(currentQuestion.question)" - width="1" + width="2" > @@ -168,11 +168,11 @@ @click="updateScore(response)" > @@ -247,7 +247,7 @@ return color; }, getColor(index) { - return `opacity: 0.5; color: ${colors[index]}`; + return `opacity: 1; color: ${colors[index]}`; } } });