Update '12/shell.html'

master
tisa 5 years ago
parent 8ee568b0d1
commit f5164f612d

@ -8,17 +8,17 @@ body {
background: #888; background: #888;
} }
body.connected { body.connected {
background: white; background: none;
} }
#shell { #shell {
white-space: pre-wrap; white-space: pre-wrap;
height: 25em; height: 100%;
width: 100%; width: 100%;
font-family: monospace; font-family: monospace;
color: white; color: white;
font-size: 14px; font-size: 14px;
background: black; background: none;
overflow-y: auto; overflow-y: auto;
} }
</style> </style>

Loading…
Cancel
Save