style repl

This commit is contained in:
Felix Roos 2022-03-12 20:30:15 +01:00
parent 2295ba7554
commit 984bd95cc0
2 changed files with 47 additions and 22 deletions

View file

@ -10,17 +10,9 @@ body {
.CodeMirror {
height: 100% !important;
background-color: transparent !important;
//font-size: 15px;
font-size: 15px;
}
.CodeMirror-line span {
background-color: #2a323660;
}
.CodeMirror-code {
//padding: 10px;
}
.CodeMirror-linenumber {
background-color: transparent !important;
.CodeMirror-line > span {
background-color: #2a323690;
}