diff --git a/src-web/components/core/Editor/Editor.css b/src-web/components/core/Editor/Editor.css index fe5df9b5..a0428fdd 100644 --- a/src-web/components/core/Editor/Editor.css +++ b/src-web/components/core/Editor/Editor.css @@ -39,7 +39,7 @@ /* Style gutters */ .cm-gutters { - @apply border-0 text-gray-500/60 opacity-95; + @apply border-0 text-gray-500/50 opacity-95; .cm-gutterElement { @apply cursor-default; @@ -135,7 +135,7 @@ .cm-wrapper:not(.cm-readonly) .cm-editor { &.cm-focused .cm-activeLineGutter { - @apply text-gray-800; + @apply text-gray-600; } .cm-cursor {