From 980f8c787658d1b445930cd90a254c401c7263a6 Mon Sep 17 00:00:00 2001 From: Roby Date: Sun, 19 Apr 2026 18:25:17 +0200 Subject: [PATCH] update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 8b51077..6f224ee 100644 --- a/templates/index.html +++ b/templates/index.html @@ -722,7 +722,7 @@ if (tsContainer) tsContainer.style.display = "flex"; let netObj = data.networks && data.networks[c.id.toLowerCase()] ? data.networks[c.id.toLowerCase()] : {ts1: "", ts2: ""}; - activeModeColor = "var(--success)"; + activeModeColor = "var(--primary)"; if (ts1Div && ts2Div) { [ts1Div, ts2Div].forEach((div, idx) => {