Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Sep 25, 2023
1 parent 79da198 commit 4c18e0c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/source/custom_css.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@ You can use a custom CSS file to modify default Jupyter styling.

```css
/* Modify Jupyter Styles */
#top-panel-wrapper, #jp-top-bar {
background-color: #aecad4!important;
#top-panel-wrapper,
#jp-top-bar {
background-color: #aecad4 !important;
}

#menu-panel-wrapper, #jp-MainMenu, #menu-panel {
background-color: #aecad4!important;
#menu-panel-wrapper,
#jp-MainMenu,
#menu-panel {
background-color: #aecad4 !important;
}

.jp-NotebookPanel-toolbar {
background-color: #aecad4!important;
background-color: #aecad4 !important;
}
.lm-MenuBar-content {
color: #02484d
color: #02484d;
}
```

Expand All @@ -44,7 +47,6 @@ h1 {
margin-bottom: 40px;
color: #10929e;
text-decoration: underline;

}

h2 {
Expand Down

0 comments on commit 4c18e0c

Please sign in to comment.