@setoelkahfi / svara / commits / 517057d

updated selected line style

mellobacon committed Aug 23, 2022 at 19:24 UTC 517057dec6bd592b962f6cfd7f2d45e4e909b30b
1 file changed +2 -1
src/components/Content/Editor/DefaultTheme.ts
+2 -1
@@ -61,7 +61,8 @@ const defaultTheme = EditorView.theme(
61 },
62
63 ".cm-activeLine": {
64 - backgroundColor: cl
64 + backgroundColor: "transparent",
65 + boxShadow: "inset 0px 0px 0 0.5px #3f3f3f"
66 },
67
68 ".cm-selectionMatch": {