From a572f7af90c6232dbe874cc0014dd39877a81ada Mon Sep 17 00:00:00 2001 From: worldofiptvcom Date: Mon, 15 Dec 2025 09:37:24 +0300 Subject: [PATCH] Update index.html --- index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.html b/index.html index 9a8b1d5..c6508f7 100644 --- a/index.html +++ b/index.html @@ -372,11 +372,20 @@ padding: 2rem; } + /* Swagger UI Light Theme Customization */ + #swagger-ui div .scheme-container { + background-color: rgba(52,73,94,0.09); + } + /* Swagger UI Dark Theme - Proper Implementation */ [data-theme="dark"] .swagger-ui { filter: none !important; } + [data-theme="dark"] .schemes div .servers div table tbody tr td { + background-color: transparent !important; + } + [data-theme="dark"] .swagger-ui .opblock-tag-section { background: #2d2d2d !important; }