From f5164f612ddfaf060c0eb029e85d5d1f17b64f65 Mon Sep 17 00:00:00 2001 From: tisa Date: Thu, 28 May 2020 14:56:59 +0200 Subject: [PATCH] Update '12/shell.html' --- 12/shell.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/12/shell.html b/12/shell.html index 76e9539..4204ddb 100644 --- a/12/shell.html +++ b/12/shell.html @@ -8,17 +8,17 @@ body { background: #888; } body.connected { - background: white; + background: none; } #shell { white-space: pre-wrap; - height: 25em; + height: 100%; width: 100%; font-family: monospace; color: white; font-size: 14px; - background: black; + background: none; overflow-y: auto; }