slow down randomizer and darken red

This commit is contained in:
Bruno Rybársky 2022-01-16 19:23:46 +01:00
parent 9339e86bf2
commit 6fca8014bf
2 changed files with 2 additions and 2 deletions

@ -74,5 +74,5 @@ body{
background-color: #006100; background-color: #006100;
} }
.remoteauxcellx{ .remoteauxcellx{
background-color: #cc0000; background-color: #6b0000;
} }

@ -108,7 +108,7 @@ function main() {
inittable(); inittable();
initauxtable(); initauxtable();
if (randomize) { if (randomize) {
setInterval(randomizeall, 100); setInterval(randomizeall, 500);
} }
} }