Skip to content

Commit 6a7a158

Browse files
committed
Enhance code visibility in dark mode in theme_overrides.css
Signed-off-by: Alok Kumar <[email protected]>
1 parent 0a8ee86 commit 6a7a158

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/_static/theme_overrides.css

+6
Original file line numberDiff line numberDiff line change
@@ -351,3 +351,9 @@ img {
351351
.red {
352352
color: red;
353353
}
354+
355+
/* Change background for all code blocks */
356+
div.highlight pre {
357+
background-color: #f8f9fa ;
358+
color: #212529 ;
359+
}

0 commit comments

Comments
 (0)