mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-13 06:38:29 +00:00
19 lines
295 B
CSS
19 lines
295 B
CSS
.cm-activeLine,
|
|
.cm-activeLineGutter {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.cm-theme {
|
|
background-color: var(--background);
|
|
border: 1px solid var(--lineHighlight);
|
|
padding: 2px;
|
|
}
|
|
|
|
.cm-scroller {
|
|
font-family: inherit !important;
|
|
}
|
|
|
|
.cm-gutters {
|
|
display: none !important;
|
|
}
|