Update '12/shell.html'

master
tisa 4 years ago
parent f5164f612d
commit 153c74a35d

@ -5,16 +5,19 @@
<title>shell</title> <title>shell</title>
<style> <style>
body { body {
background: #888; background: blue;
} }
body.connected { body.connected {
background: none; background: none;
} }
#shell { #shell {
white-space: pre-wrap; white-space: pre-wrap;
height: 100%; position: absolute;
width: 100%; left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
font-family: monospace; font-family: monospace;
color: white; color: white;
font-size: 14px; font-size: 14px;

Loading…
Cancel
Save