diff --git a/packages/codemirror/style/index.css b/packages/codemirror/style/index.css index 7874fe910ff8..0c66257bbe59 100644 --- a/packages/codemirror/style/index.css +++ b/packages/codemirror/style/index.css @@ -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); +}