From a232d89e6c4b9c446c6fa295be419b4fe5321d28 Mon Sep 17 00:00:00 2001 From: worldofiptvcom Date: Mon, 15 Dec 2025 12:21:44 +0300 Subject: [PATCH] Update index.html --- index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/index.html b/index.html index 18dc19a..f2b67b0 100644 --- a/index.html +++ b/index.html @@ -837,6 +837,31 @@ color: #bdc3c7; } + /* Model box */ + [data-theme="dark"] .swagger-ui .model-box { + border-color: #ecf0f1; + } + + /* Model title text */ + [data-theme="dark"] .swagger-ui .model-title__text { + color: #bdc3c7; + } + + /* Prop enum */ + [data-theme="dark"] .swagger-ui .inner-object td .prop-enum { + color: #bdc3c7; + } + + /* Paragraph */ + [data-theme="dark"] .swagger-ui .inner-object td p { + color: #bdc3c7; + } + + /* Model toggle */ + [data-theme="dark"] .swagger-ui .prop-enum span .model-toggle { + color: #bdc3c7; + } + /* Responsive */ @media (max-width: 768px) {