diff --git a/_site/index.html b/_site/index.html index 6aae700..568c21a 100644 --- a/_site/index.html +++ b/_site/index.html @@ -8,6 +8,11 @@ font-family: 'Roboto', sans-serif; } + body { + background-color: #181a1b; + color: white; + } + .main { width: fit-content; margin: auto; @@ -34,7 +39,7 @@ const response = await fetch("https://api.github.com/repos/suchmememanyskill/CYD-Klipper/releases/latest"); const data = await response.json(); document.getElementById("changelog-body").innerText = data.body; - document.getElementById("changelog-header").innerHTML += " " + encodeURI(data.tag_name); + document.getElementById("changelog-header-version").innerText += data.tag_name; } fetchChangelog(); @@ -47,7 +52,7 @@
An implementation of a Klipper status display on an ESP32 + screen.
Uses Moonraker to fetch data.
Source code is available on GitHub.