Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6a7a158

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

File tree

1 file changed

+6
-0
lines changed
  • docs/source/_static
    • theme_overrides.css

1 file changed

+6
-0
lines changed

docs/source/_static/theme_overrides.css

Lines changed: 6 additions & 0 deletions
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)