diff --git a/src-web/main.css b/src-web/main.css index 2dda3cc5..ff6e6642 100644 --- a/src-web/main.css +++ b/src-web/main.css @@ -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" */