darken colors

This commit is contained in:
Bruno Rybársky 2022-01-16 18:53:51 +01:00
parent 5e477fc76b
commit 9339e86bf2

@ -65,13 +65,13 @@ body{
object-fit: contain; object-fit: contain;
} }
.localcellx{ .localcellx{
background-color: #00ff00; background-color: #2d772d;
} }
.remotecellx{ .remotecellx{
background-color: #ff0000; background-color: #941f1f;
} }
.localauxcellx{ .localauxcellx{
background-color: #00cc00; background-color: #006100;
} }
.remoteauxcellx{ .remoteauxcellx{
background-color: #cc0000; background-color: #cc0000;