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 {