Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 46cff78

Browse files
committed
Fix border color
1 parent 5e80088 commit 46cff78

File tree

1 file changed

+1
-1
lines changed
  • packages/notebook-extension/style

1 file changed

+1
-1
lines changed

packages/notebook-extension/style/base.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ body[data-retro='notebooks'] .jp-Notebook.jp-mod-scrollPastEnd::after {
132132
color: var(--jp-ui-font-color1);
133133
margin-top: 4px;
134134
margin-bottom: 4px;
135-
border: solid grey 1px;
135+
border: solid 1px var(--jp-border-color2);
136136
cursor: help;
137137
}
138138

0 commit comments

Comments
 (0)