Skip to content

Commit

Permalink
Merge pull request #6261 from Tom-Nudell/activeline-dark
Browse files Browse the repository at this point in the history
Set the CodeMirror-activeline-background and CodeMirror-gutter backgr…
  • Loading branch information
jasongrout committed Apr 27, 2019
2 parents fa9fca4 + 0c0e78a commit 0892fc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/codemirror/style/index.css
Expand Up @@ -249,3 +249,8 @@ pre.CodeMirror-line {
background-position: right;
background-repeat: no-repeat;
}

.cm-s-jupyter .CodeMirror-activeline-background,
.cm-s-jupyter .CodeMirror-gutter {
background-color: var(--jp-layout-color2);
}

0 comments on commit 0892fc5

Please sign in to comment.