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) {