From 6a7a1584386cb28d79ba332f248d36acfa8d2f47 Mon Sep 17 00:00:00 2001 From: Alok Kumar Date: Fri, 27 Dec 2024 15:42:06 +0530 Subject: [PATCH] Enhance code visibility in dark mode in theme_overrides.css Signed-off-by: Alok Kumar --- docs/source/_static/theme_overrides.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/_static/theme_overrides.css b/docs/source/_static/theme_overrides.css index 9662d63a..0b51ac42 100644 --- a/docs/source/_static/theme_overrides.css +++ b/docs/source/_static/theme_overrides.css @@ -351,3 +351,9 @@ img { .red { color: red; } + +/* Change background for all code blocks */ +div.highlight pre { + background-color: #f8f9fa ; + color: #212529 ; +} \ No newline at end of file