This commit is contained in:
Daniel Kluge
2021-12-16 01:03:54 +01:00
parent ec595650fd
commit 2403816461
7 changed files with 56 additions and 14 deletions
+9
View File
@@ -5,4 +5,13 @@
* {
box-sizing: border-box;
--repl-color: #188a18;
--repl-color-hint: #092909;
}
body {
margin: 0;
padding: 0;
color: var(--repl-color);
background: #000;
}