From c613a21a3c223172437440de4290fd5d9167be69 Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 13 Feb 2021 00:06:59 +0100 Subject: [PATCH] Added colour for fifth element --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b86c5a65..a2e3de96 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,10 @@ stroke:rgb(252, 193, 0) } + .five { + stroke: rgb(239, 60, 255); + } + .on { stroke-width: 4; cursor: pointer; @@ -176,7 +180,7 @@ // Set value of input field to Kanji $("form input[name=kanji]").val(kanji); - const number_words = ["one", "two", "three", "four"] + const number_words = ["one", "two", "three", "four", "five"] var i = 0; allParts.each(function () { try {