SUMMER’S TALE STAGE TIME_MTP
document.addEventListener("DOMContentLoaded", function () {
var header = document.getElementById("header");
window.addEventListener("scroll", function () {
if (window.scrollY > 50) { // Ändert die Farbe nach 50px Scrollen
header.classList.add("scrolled");
} else {
header.classList.remove("scrolled");
}
});
});
Hey! Schön, dass du da bist! Ausblenden