Skip to content

Commit

Permalink
Fix firefox-devtools#7647 - Update empty line color
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Jan 15, 2019
1 parent 45c9d26 commit 6ec2c31
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 6ec2c31

Please sign in to comment.