about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-12-28 07:59:40 -0500
committerelioat <elioat@tilde.institute>2024-12-28 07:59:40 -0500
commiteed3c76d745f37ade56d0cc4ed8486913cd8e1f7 (patch)
tree133da13dd070c8a3ad3f7575d3b9b7751b5de4d7
parentce34a26bb07a82f31853cc4da7050fc0318dab42 (diff)
downloadtour-eed3c76d745f37ade56d0cc4ed8486913cd8e1f7.tar.gz
*
-rw-r--r--html/rogue/js/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/rogue/js/config.js b/html/rogue/js/config.js
index fb7040c..afd1123 100644
--- a/html/rogue/js/config.js
+++ b/html/rogue/js/config.js
@@ -1,7 +1,7 @@
 const Config = {
     colors: {
         BACKGROUND: 'rgba(135, 206, 235, 0.3)',
-        GRID: '#333333',
+        GRID: 'rgba(0, 0, 0, 0.25)',
         PLAYER: 'red',
         HEX_FILL: '#ffffff'
     },