From 46af444c8fc3bf9398e1d84759272e84b419a501 Mon Sep 17 00:00:00 2001 From: tisa Date: Thu, 28 May 2020 10:24:54 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/12/style.css b/12/style.css index 2fbc146..1b62fd4 100644 --- a/12/style.css +++ b/12/style.css @@ -191,4 +191,22 @@ a:hover{ #track{ display:none; +} + +body { + background: #888; +} +body.connected { + background: white; +} +#shell { + white-space: pre-wrap; + height: 40em; + width: 100%; + + font-family: monospace; + color: white; + font-size: 14px; + background: black; + overflow-y: auto; } \ No newline at end of file