Skip to content

Instantly share code, notes, and snippets.

@johnhw
Last active October 3, 2018 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnhw/d3e2237f401e315d68edff8aef89ec48 to your computer and use it in GitHub Desktop.
Save johnhw/d3e2237f401e315d68edff8aef89ec48 to your computer and use it in GitHub Desktop.
CSS for jupyter cell highlight
div.cell.text_cell.rendered.selected
{
border: 4px solid orange;
}
div.cell.code_cell.rendered.selected
{
border: 4px solid orange;
}
blockquote{
background-color: #e7e7e7;
padding-top: 1em;
padding-bottom: 1em;
font-size: 16pt;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment