From 6fca8014bf737db31abd1ba48f2cdaf6d5d5b7e7 Mon Sep 17 00:00:00 2001 From: BRNSystems <70092437+BRNSystems@users.noreply.github.com> Date: Sun, 16 Jan 2022 19:23:46 +0100 Subject: [PATCH] slow down randomizer and darken red --- index.css | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index f81c94b..0837ada 100644 --- a/index.css +++ b/index.css @@ -74,5 +74,5 @@ body{ background-color: #006100; } .remoteauxcellx{ - background-color: #cc0000; + background-color: #6b0000; } \ No newline at end of file diff --git a/index.js b/index.js index f9f2347..da0730c 100644 --- a/index.js +++ b/index.js @@ -108,7 +108,7 @@ function main() { inittable(); initauxtable(); if (randomize) { - setInterval(randomizeall, 100); + setInterval(randomizeall, 500); } }