瀏覽代碼

make console background slightly transparent

hopefully this makes it clearer the console is an overlay
Gregg Tavares 7 年之前
父節點
當前提交
3fb713b2d0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;