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) stroke:rgb(252, 193, 0)
} }
.five {
stroke: rgb(239, 60, 255);
}
.on { .on {
stroke-width: 4; stroke-width: 4;
cursor: pointer; cursor: pointer;
@ -176,7 +180,7 @@
// Set value of input field to Kanji // Set value of input field to Kanji
$("form input[name=kanji]").val(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; var i = 0;
allParts.each(function () { allParts.each(function () {
try { try {