Skip to content

Instantly share code, notes, and snippets.

@pkafei
Created December 9, 2015 03:58
Show Gist options
  • Save pkafei/f0742ebf51f22e36ecb7 to your computer and use it in GitHub Desktop.
Save pkafei/f0742ebf51f22e36ecb7 to your computer and use it in GitHub Desktop.
Nerdy Spearmint Theme for Jupyter Notebook
/*
Theme: Nerdy Spearmint
Author: Portia
Website: www.kuriouskoder.com
Changing theme of Jupyter notebook
*/
#header {
background-color: #B7D8BB;
}
#notebook {
background-color: #B7D8BB;
}
#notebook-container.container {
background-color: #CFDBC5;
}
h1, h2, h3 {
color: #d7a000;
}

Place custom.css in .jupyter/custom/ directory. Final result should be .jupyter/custom/custom.css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment