Some minor bugs

This commit is contained in:
Gregory Schier
2023-03-01 14:16:02 -08:00
parent 915e0e8613
commit 61fe95b300
4 changed files with 18 additions and 29 deletions

View File

@@ -119,9 +119,8 @@
background-color: transparent;
}
.cm-editor.cm-focused .cm-activeLineGutter,
.cm-editor.cm-focused .cm-activeLine {
background-color: hsl(var(--color-gray-100)/0.3);
.cm-editor.cm-focused .cm-activeLineGutter {
color: hsl(var(--color-gray-800));
}
.cm-editor * {