chore (editor): css vim

This commit is contained in:
MickaelK 2024-12-29 01:02:36 +11:00
parent c4ee866db6
commit 67f651e418

View file

@ -31,6 +31,13 @@
padding: 5px;
}
.CodeMirror .CodeMirror-cursor{
background-color: rgba(198,200,204,0.65);
}
.CodeMirror .cm-vim-message {
color: var(--error)!important;
}
/* HIDE LINE NUMBERS ON MOBILE */
@media screen and (max-width: 400px) {
.CodeMirror-sizer {