diff --git a/index.html b/index.html
index a7880be..efa6e40 100644
--- a/index.html
+++ b/index.html
@@ -751,6 +751,13 @@
background: rgb(20, 20, 20);
}
+ [data-theme="dark"] .swagger-ui .responses-wrapper .response-col_description pre,
+ [data-theme="dark"] .swagger-ui .responses-wrapper pre.microlight,
+ [data-theme="dark"] .swagger-ui .model-example pre,
+ [data-theme="dark"] .swagger-ui .highlight-code pre {
+ background: rgb(20, 20, 20) !important;
+ }
+
/* Table Data */
[data-theme="dark"] .servers tr td {
background-color: transparent !important;