diff --git a/src/layouts/index.html b/src/layouts/index.html
index f879567..b27afb6 100644
--- a/src/layouts/index.html
+++ b/src/layouts/index.html
@@ -26,8 +26,8 @@
@@ -68,6 +68,19 @@
border-bottom: 1px solid gray;
}
+ #terminal-output {
+ white-space: pre;
+ }
+ #terminal-input {
+ position: relative;
+ }
+ #terminal-input:before {
+ content: ">";
+ color: green;
+ position: absolute;
+ left: 0;
+ }
+
@@ -467,10 +480,7 @@