Explorar el Código

make console background slightly transparent

hopefully this makes it clearer the console is an overlay
Gregg Tavares hace 7 años
padre
commit
3fb713b2d0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      threejs/resources/threejs-lessons-helper.js

+ 1 - 1
threejs/resources/threejs-lessons-helper.js

@@ -129,7 +129,7 @@
       left: 0,
       width: '100%',
       overflow: 'auto',
-      background: '#DDD',
+      background: 'rgba(221, 221, 221, 0.9)',
     });
     var numLinesRemaining = 100;
     var added = false;