vanilla-repl-cm6: better theme

This commit is contained in:
Felix Roos 2023-05-05 11:54:09 +02:00
parent d96f3f9dd4
commit d35bf9591c
7 changed files with 237 additions and 8 deletions

View file

@ -2,6 +2,7 @@ body,
html {
margin: 0;
height: 100%;
background: #282c34;
}
main {
@ -14,6 +15,7 @@ main {
flex-grow: 1;
max-height: 100%;
position: relative;
overflow:auto;
}
#editor {