Update index.html

This commit is contained in:
worldofiptvcom
2025-12-15 09:37:24 +03:00
parent 8e8c1d892b
commit a572f7af90
+9
View File
@@ -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;
}