Skip to content

Commit

Permalink
fix: make active line color a lighter than the selection color in cod…
Browse files Browse the repository at this point in the history
…e mode
  • Loading branch information
josdejong committed May 31, 2022
1 parent a1bde83 commit 1d26fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/modes/codemode/CodeMode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

:global(.cm-activeLine),
:global(.cm-activeLineGutter) {
background: var(--jse-selection-background-color);
background: var(--jse-hover-background-color);
}

:global(.cm-selectionBackground) {
Expand Down

0 comments on commit 1d26fc7

Please sign in to comment.