Skip to content

Commit 3a6cfbe

Browse files
authored
Merge pull request #637 from alok1304/enhance/code-visibility-dark-mode
Enhance code visibility in dark mode in theme_overrides.css
2 parents 0a8ee86 + 6a7a158 commit 3a6cfbe

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)