summaryrefslogtreecommitdiff
path: root/gate_build/src/html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'gate_build/src/html/index.html')
-rw-r--r--gate_build/src/html/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gate_build/src/html/index.html b/gate_build/src/html/index.html
index 6a13089..61da126 100644
--- a/gate_build/src/html/index.html
+++ b/gate_build/src/html/index.html
@@ -6,7 +6,7 @@
<style>
* { margin:0; padding:0; }
html, body { width:100%; height:100%; background-color: black; }
- canvas { display: block; background-color: black; }
+ canvas { display:block; background-color: black; cursor: none; }
video { display: none; }
#gate-wrapper-div { display: block; width: 100%; height: 100%; background-color: black; overflow: hidden }
h1 { font-family:Arial,Helvetica,sans-serif;font-size:50px;color:white;text-align:center;padding-top:25px; }