mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-15 15:48:29 +00:00
+ add strudelTheme + add lineBackground with opacity + add some missing light flags + add fallback css variables for non js context
15 lines
175 B
CSS
15 lines
175 B
CSS
.cm-editor {
|
|
background-color: transparent !important;
|
|
height: 100%;
|
|
z-index: 11;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.cm-theme {
|
|
width: 100%;
|
|
}
|
|
|
|
.cm-theme-light {
|
|
width: 100%;
|
|
}
|