strudel/website/src/docs/MiniRepl.css
Felix Roos 370d82e66c + disable cursor blink
+ make cursor thicker
2023-06-11 20:21:11 +02:00

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;
}