Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Fix #7647 - Update empty line color (#7731)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing authored and bomsy committed Jan 16, 2019
1 parent e8a729f commit 49eb843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/Editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ html[dir="rtl"] .editor-mount {
}

.theme-dark .cm-s-mozilla .empty-line .CodeMirror-linenumber {
color: var(--grey-60);
color: var(--grey-50);
}

:not(.empty-line):not(.new-breakpoint)
Expand Down

0 comments on commit 49eb843

Please sign in to comment.