Skip to content

Commit

Permalink
🎨 updated dark mode CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Nov 16, 2024
1 parent 14e968e commit c70f52b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ body:not([data-theme="light"]) .highlight .sa,
.highlight .sr,
.highlight .s1,
.highlight .ss,
.highlight .s1 {
.highlight .s1,
.highlight .s {
background-color: #00000001;
}

Expand All @@ -47,3 +48,7 @@ body:not([data-theme="light"]) {
--mystnb-stderr-bg-color: #442222;
--mystnb-traceback-bg-color: #202020;
}

body:not([data-theme="light"]) .highlight .gp {
color: #c65d09;
}

0 comments on commit c70f52b

Please sign in to comment.