From 05549656b80da6fe960a596a7674e14a073006e0 Mon Sep 17 00:00:00 2001 From: worldofiptvcom Date: Mon, 15 Dec 2025 10:08:55 +0300 Subject: [PATCH] Update index.html --- index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/index.html b/index.html index 6afd253..94fb581 100644 --- a/index.html +++ b/index.html @@ -398,6 +398,24 @@ color: #3498db !important; } + /* Paragraph */ + [data-theme="dark"] [id^="operations-tag-"] small p { + color: #a0a0a0; + } + + /* Button */ + [data-theme="dark"] .schemes .auth-wrapper .authorize { + border-color: #2ecc71 !important; + } + + /* Operations borders */ + [data-theme="dark"] [id^="operations-"] { + border-bottom-color: #61affe; + border-top-color: #61affe; + border-right-color: #61affe; + border-left-color: #61affe; + } + [data-theme="dark"] .swagger-ui .opblock-tag-section { background: #2d2d2d !important; }