We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e24ac4 commit bad7ed5Copy full SHA for bad7ed5
client/overlay.js
@@ -50,7 +50,7 @@ function addOverlayDivTo(iframe) {
50
div.style.bottom = 0;
51
div.style.width = '100vw';
52
div.style.height = '100vh';
53
- div.style.backgroundColor = 'black';
+ div.style.backgroundColor = 'rgba(0, 0, 0, 0.85)';
54
div.style.color = '#E8E8E8';
55
div.style.fontFamily = 'Menlo, Consolas, monospace';
56
div.style.fontSize = 'large';
0 commit comments