nsonnad / base16-ipython-notebook

Themes for your IPython Notebook
473 stars 80 forks source link

Unchanged background on Jupyter #7

Closed alkalait closed 8 years ago

alkalait commented 9 years ago

The background color stays white on all themes. Any idea how to force the color change?

tslevi-unbounce commented 9 years ago

I have the same issue.

Zebreu commented 9 years ago

div#notebook {background-color: #2b303b;} div#notebook-container {background-color: #2b303b;} div#ipython-main-app {background-color: #2b303b;}

You can add these lines in the Globals section (with whatever color that's in the body's background-color variable) and it fixes it.