소스 검색

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;