mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-15 07:38:28 +00:00
27 lines
420 B
CSS
27 lines
420 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;
|
|
}
|
|
|
|
.cm-cursorLayer {
|
|
animation-name: inherit !important;
|
|
}
|
|
|
|
.cm-cursor {
|
|
border-left: 2px solid currentcolor !important;
|
|
}
|