Finish move from index to terminal

This commit is contained in:
2022-09-30 19:38:25 +02:00
parent 995cfc5aea
commit a7cc473f53
18 changed files with 21 additions and 14 deletions
@@ -4,6 +4,8 @@
height: 100vh;
margin: 0;
padding: 2px 10px 10px 10px;
color: var(--repl-color);
background: #000;
}
.header {
-2
View File
@@ -16,6 +16,4 @@
body {
margin: 0;
padding: 0;
color: var(--repl-color);
background: #000;
}