2022-11-11 22:46:20 +01:00

15 lines
188 B
CSS

.cm-editor {
background-color: transparent !important;
height: 100%;
z-index: 11;
font-size: 18px;
}
.cm-theme-light {
width: 100%;
}
.cm-line > * {
background: #00000095;
}