Pārlūkot izejas kodu

make console background slightly transparent

hopefully this makes it clearer the console is an overlay
Gregg Tavares 7 gadi atpakaļ
vecāks
revīzija
3fb713b2d0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;