From 84b13c0ed00e85c55b8152690f87f42696329ebb Mon Sep 17 00:00:00 2001 From: worldofiptvcom Date: Mon, 15 Dec 2025 11:30:12 +0300 Subject: [PATCH] Update index.html --- index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/index.html b/index.html index efa6e40..2291f60 100644 --- a/index.html +++ b/index.html @@ -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) {