Skip to content

Commit bad7ed5

Browse files
lbogdanshellscape
authored andcommitted
Made error overlay translucent. (#1097)
1 parent 3e24ac4 commit bad7ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/overlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function addOverlayDivTo(iframe) {
5050
div.style.bottom = 0;
5151
div.style.width = '100vw';
5252
div.style.height = '100vh';
53-
div.style.backgroundColor = 'black';
53+
div.style.backgroundColor = 'rgba(0, 0, 0, 0.85)';
5454
div.style.color = '#E8E8E8';
5555
div.style.fontFamily = 'Menlo, Consolas, monospace';
5656
div.style.fontSize = 'large';

0 commit comments

Comments
 (0)