Fix light mode text selection

This commit is contained in:
Gregory Schier
2024-03-16 09:48:55 -07:00
parent a8c10f9601
commit 98493a1167

View File

@@ -16,8 +16,9 @@
font-variant-ligatures: none;
}
::selection {
@apply bg-selection;
::selection,
.cm-selectionBackground {
@apply bg-selection !important;
}
/* Disable user selection to make it more "app-like" */