From 1dc6256aab9f3dd3ba35e0107a593ad28bce42f9 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sun, 25 Sep 2022 19:59:35 +1300 Subject: [PATCH] Change fold-marker color to grey --- shared/naturalcrit/codeEditor/codeEditor.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared/naturalcrit/codeEditor/codeEditor.less b/shared/naturalcrit/codeEditor/codeEditor.less index c929e0d21..1334299e4 100644 --- a/shared/naturalcrit/codeEditor/codeEditor.less +++ b/shared/naturalcrit/codeEditor/codeEditor.less @@ -13,7 +13,8 @@ font-family: inherit; text-shadow: none; font-weight: 600; - } + color: grey; +} .sourceMoveFlash .CodeMirror-line{ animation-name: sourceMoveAnimation;