From ff78f8a7068ff2fca2d20d762e027a216918d9ea Mon Sep 17 00:00:00 2001 From: worldofiptvcom Date: Mon, 15 Dec 2025 11:20:58 +0300 Subject: [PATCH] Update index.html --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) 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;