minor HTML and CSS fixes

* duplicate use of ID "heart"
* "& " --> "& "
* missed changes in simple UI
This commit is contained in:
Frank
2024-12-13 13:16:39 +01:00
parent 37d0086aad
commit a37e20560d
9 changed files with 24 additions and 9 deletions

View File

@@ -3216,6 +3216,7 @@ setInterval(()=>{
if (hc==144) hc+=36;
if (hc==108) hc+=18;
gId('heart').style.color = `hsl(${hc}, 100%, 50%)`;
gId('heartMM').style.color = `hsl(${hc}, 100%, 50%)`;
}, 910);
function openGH() { window.open("https://github.com/Aircoookie/WLED/wiki"); }