Added colour for fifth element

This commit is contained in:
Robert 2021-02-13 00:06:59 +01:00
parent fe7077cc53
commit c613a21a3c

View file

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