Update index.html

This commit is contained in:
worldofiptvcom
2025-12-15 10:08:55 +03:00
parent 23468ab3ec
commit 05549656b8
+18
View File
@@ -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;
}