Explorar o código

make console background slightly transparent

hopefully this makes it clearer the console is an overlay
Gregg Tavares %!s(int64=7) %!d(string=hai) anos
pai
achega
3fb713b2d0
Modificáronse 1 ficheiros con 1 adicións e 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;