Fix light mode text selection

This commit is contained in:
Gregory Schier
2024-03-16 09:48:55 -07:00
parent 49da0e5aa8
commit d514880cd8

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" */