Update index.html

This commit is contained in:
worldofiptvcom
2025-12-15 11:42:11 +03:00
parent e0bdc9ddbe
commit 1746d19d14
+20
View File
@@ -817,6 +817,26 @@
color: rgb(113, 128, 147); /* PATCH - gray */
}
/* Response col description - all operations */
[data-theme="dark"] [id$="_responses"] thead .response-col_description {
color: #bdc3c7;
}
/* Response col links - all operations */
[data-theme="dark"] [id$="_responses"] thead .response-col_links {
color: #bdc3c7;
}
/* List - all operations */
[data-theme="dark"] [id$="_responses"] tbody ul {
color: #bdc3c7;
}
/* Tablinks - all operations */
[data-theme="dark"] [id$="_responses"] .tab .tablinks {
color: #bdc3c7;
}
/* Responsive */
@media (max-width: 768px) {