Browse Source

make console background slightly transparent

hopefully this makes it clearer the console is an overlay
Gregg Tavares 7 years ago
parent
commit
3fb713b2d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      threejs/resources/threejs-lessons-helper.js

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

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