remove background color from cm6 theme

This commit is contained in:
Felix Roos 2022-04-25 21:25:13 +02:00
parent 10487683d3
commit 5dea15ade9
3 changed files with 137 additions and 4 deletions

View file

@ -8,6 +8,10 @@
height: inherit !important;
}
.cm-editor {
background-color: transparent !important;
}
main {
margin: 0 auto;
}