From ace20309279e94d9137620ef3ce5f213e2fae8f2 Mon Sep 17 00:00:00 2001 From: Kevin ANATOLE Date: Sun, 4 Aug 2019 21:11:03 +0100 Subject: [PATCH] Updated the text styles --- pages/fifth.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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]}`; } } });