diff --git a/WebGLTemplates/BetterMinimal/index.html b/WebGLTemplates/BetterMinimal/index.html index da5a4a6..049acc3 100644 --- a/WebGLTemplates/BetterMinimal/index.html +++ b/WebGLTemplates/BetterMinimal/index.html @@ -8,7 +8,7 @@ <style> html, body { - background: {{{ CUSTOM_BACKGROUND || '#000' }}}; + background: {{{ BACKGROUND || '#000' }}}; width: 100%; height: 100%; overflow: visible;