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