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

Commit

Permalink
Fix border color
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 11, 2021
1 parent 5e80088 commit 46cff78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notebook-extension/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ body[data-retro='notebooks'] .jp-Notebook.jp-mod-scrollPastEnd::after {
color: var(--jp-ui-font-color1);
margin-top: 4px;
margin-bottom: 4px;
border: solid grey 1px;
border: solid 1px var(--jp-border-color2);
cursor: help;
}

Expand Down

0 comments on commit 46cff78

Please sign in to comment.