From 344d0bfe8f4100a069ea972e325a3dc70bc49a68 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Sat, 5 Jun 2021 12:19:24 +0100 Subject: [PATCH] fix colors --- src/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.js b/src/game.js index 1839f7d..9df9bbe 100644 --- a/src/game.js +++ b/src/game.js @@ -39,8 +39,8 @@ var resultsChart = new Chart( labels: [], data: [], backgroundColor: [ - "#ab4642", "#a1b56c", + "#ab4642", ] }