mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-12 22:28:37 +00:00
15 lines
188 B
CSS
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;
|
|
}
|