Added colour for fifth element
This commit is contained in:
parent
fe7077cc53
commit
c613a21a3c
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue