about summary refs log tree commit diff stats
path: root/html/voxels/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/voxels/index.html')
-rw-r--r--html/voxels/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/voxels/index.html b/html/voxels/index.html
index 4f60ff2..fda7eba 100644
--- a/html/voxels/index.html
+++ b/html/voxels/index.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
     <title>Isometric Game</title>
     <style>
@@ -11,7 +11,7 @@
             display: block;
             width: 100vw;
             height: 100vh;
-            background: #f0f0f0;
+            background: #bce8ff;
         }
     </style>
 </head>