Skip to content

Instantly share code, notes, and snippets.

@RMDK
Created July 6, 2015 11:36
Show Gist options
  • Save RMDK/4c55d065e2b0c52338f4 to your computer and use it in GitHub Desktop.
Save RMDK/4c55d065e2b0c52338f4 to your computer and use it in GitHub Desktop.
ipython notebook css
@import url('http://fonts.googleapis.com/css?family=Open+Sans:600,400,300,200');
body {
font-family:"Open sans",verdana,arial,sans-serif;
}
.rendered_html h1, .rendered_html h2, .rendered_html h3, .rendered_html h4 {
color: #447adb;
text-align: center;
padding: 15px;
font-weight: 300;
}
a {
color: #447adb;
font-size: 16px;
}
p, li {
font-size: 16px
}
.rendered_html :link {
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment