Update index.html

This commit is contained in:
worldofiptvcom
2025-12-15 12:21:44 +03:00
parent 1746d19d14
commit a232d89e6c
+25
View File
@@ -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) {