Skip to content

Commit

Permalink
Update override.css
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgayoso committed Apr 8, 2022
1 parent b11415b commit 346b4a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_static/css/override.css
Expand Up @@ -56,6 +56,10 @@ div.nbinput.container {
padding-left: 0px;
}

div.nbinput.container div.input_area {
/* Code cell border that works in both dark and light mode */
border-color: rgba(127,127,127,.25) !important;
}

div.nbinput.container div.input_area div[class*="highlight"] > pre {
padding: 10px !important;
Expand Down

0 comments on commit 346b4a6

Please sign in to comment.