Skip to content

Commit

Permalink
fix: update jupyter-sphinx code background, #66
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Oct 14, 2024
1 parent fefd588 commit 5849777
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/css/extensions/jupyter.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
padding: 0;
}

.yue .jupyter_container div.highlight {
background-color: var(--syntax-pre-bg);
}

.yue .jupyter_container div.cell_input {
background-color: var(--syntax-pre-bg);
border: 0;
Expand Down

0 comments on commit 5849777

Please sign in to comment.