Skip to content

Commit f26032b

Browse files
committed
more tweaks
1 parent e1c5c88 commit f26032b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/Architecture.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
"import pathlib\n",
1919
"import re\n",
2020
"\n",
21-
"import IPython\n",
22-
"\n",
2321
"import graphviz\n",
22+
"import IPython\n",
2423
"\n",
2524
"\n",
2625
"@IPython.core.magic.register_line_cell_magic\n",

packages/jupyterlab-lsp/style/variables/cm-themes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
.cm-s-base16-light {
10-
--jp-editor-mirror-lsp-highlight-background-color: rgba(18, 69, 255, 0.1);
10+
--jp-editor-mirror-lsp-highlight-background-color: rgba(212, 255, 18, 0.1);
1111
}
1212

1313
.cm-s-default {

0 commit comments

Comments
 (0)