Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ code {

.jp-scribe-menu-content {
padding: 5px 12px 12px 12px;
background-color: var(--jp-layout-color2);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot from 2019-08-17 13-16-39

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note this is after a reload on binder without the previous menu bar fix... will re-screenshot from demo binder.

color: var(--jp-ui-font-color0);
}


Expand Down Expand Up @@ -205,12 +207,12 @@ code {
}

.editor-menuLabel {
background-color: var(--jp-layout-color2);
color: var(--jp-ui-font-color1);
font-size: var(--jp-ui-font-size0);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;

}

/* Image menu css */
Expand Down