Skip to content

Commit

Permalink
White is too bright
Browse files Browse the repository at this point in the history
  • Loading branch information
usernamehw committed Jan 31, 2019
1 parent 46cb407 commit 2ca7f22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class ToggleScreencastModeAction extends Action {
keyboardMarker.style.left = '0';
keyboardMarker.style.zIndex = '100000';
keyboardMarker.style.pointerEvents = 'none';
keyboardMarker.style.color = 'white';
keyboardMarker.style.color = '#eee';
keyboardMarker.style.lineHeight = '100px';
keyboardMarker.style.textAlign = 'center';
keyboardMarker.style.fontSize = '56px';
Expand Down

0 comments on commit 2ca7f22

Please sign in to comment.