line number white on active line
mellobacon committed
Aug 25, 2022 at 13:36 UTC
1b9cf558ed9089067af3263d629ad07a5525a5a6
1 file changed
+2
-1
src/components/Content/Editor/DefaultTheme.ts
+2
-1
@@ -81,7 +81,8 @@ const defaultTheme = EditorView.theme(
81
},
82
83
".cm-activeLineGutter": {
84
- backgroundColor: bg
84
+ backgroundColor: bg,
85
+ color: "white"
86
},
87
88
".cm-foldPlaceholder": {