Fixed red color on IP address

This commit is contained in:
Blaž Kristan 2021-10-07 14:11:47 +02:00
parent cbb12e1b7c
commit 849aa64678
2 changed files with 2 additions and 1 deletions

View File

@ -208,6 +208,7 @@
if (t>=80) { if (t>=80) {
LCs[i].max = 255; LCs[i].max = 255;
LCs[i].min = 0; LCs[i].min = 0;
LCs[i].style.color="#fff";
continue; // do not check conflicts continue; // do not check conflicts
} else { } else {
LCs[i].max = 33; LCs[i].max = 33;

File diff suppressed because one or more lines are too long