We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6913216 commit 691b52bCopy full SHA for 691b52b
1 file changed
nodejs-assets/nodejs-project/index.html
@@ -738,6 +738,7 @@
738
}, 1500);
739
740
const header = document.getElementById('header');
741
+ header.style.color = "red"
742
if (info?.code) {
743
header.innerText = info.code;
744
} else {
@@ -800,6 +801,7 @@
800
801
802
803
header.innerText = `${info.name}`;
804
+ header.style.color = "white"
805
806
const batteryPercentText = `${info.remainingPercentSoc}%`;
807
const batteryPercent = document.getElementById('batteryPercent');
0 commit comments