From 5c2cf398b8593b4196656866537a40e19fee8104 Mon Sep 17 00:00:00 2001 From: worldofiptvcom Date: Mon, 15 Dec 2025 10:48:41 +0300 Subject: [PATCH] Update index.html --- index.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/index.html b/index.html index 449a218..68b869c 100644 --- a/index.html +++ b/index.html @@ -718,6 +718,34 @@ filter: var(--black-icons-filter); } + /* Dark Theme Specific Overrides */ + [data-theme="dark"] .swagger-ui .markdown code, + [data-theme="dark"] .swagger-ui .renderedMarkdown code { + background: rgb(12, 11, 11); + color: #62a03f; + } + + [data-theme="dark"] .swagger-ui .opblock-description-wrapper, + [data-theme="dark"] .swagger-ui .opblock-external-docs-wrapper, + [data-theme="dark"] .swagger-ui .opblock-title_normal { + color: #7d8293; + } + + [data-theme="dark"] .swagger-ui .info .title small, + [data-theme="dark"] .swagger-ui .info .description p, + [data-theme="dark"] .swagger-ui .opblock-description-wrapper p, + [data-theme="dark"] .swagger-ui .parameter__type, + [data-theme="dark"] .swagger-ui .prop-format { + color: #e8e8e8 !important; + } + + [data-theme="dark"] .swagger-ui .opblock .opblock-section-header { + background: hsl(0deg 0% 7.23% / 80%); + } + + [data-theme="dark"] .swagger-ui .responses-wrapper { + background: rgb(20, 20, 20); + } /* Responsive */