update index.html

This commit is contained in:
2026-04-19 18:25:17 +02:00
parent ffd8233b1c
commit 980f8c7876
+1 -1
View File
@@ -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) => {