Update index.html

This commit is contained in:
worldofiptvcom
2025-12-15 11:30:12 +03:00
parent ff78f8a706
commit 84b13c0ed0
+15
View File
@@ -778,6 +778,21 @@
color: #ecf0f1 !important;
}
/* Operations tag - for all */
[data-theme="dark"] [id^="operations-tag-"] {
color: #e1e9e9 !important;
}
/* Small Tag */
[data-theme="dark"] [id^="operations-tag-"] small {
color: #95a5a6;
}
/* Span Tag - All operations */
[data-theme="dark"] [id^="operations-"] .opblock-summary-path span {
color: #3498db;
}
/* Responsive */
@media (max-width: 768px) {