main
alexanderroese 2024-06-17 22:56:55 +02:00
parent 7f5b360c67
commit a9260d2f86
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@
<script>
document.addEventListener('DOMContentLoaded', function() {
if (window.location.pathname === "/pages/contact") {
document.getElementById('header-wrapper').style.backgroundColor = "yellow";
document.getElementsByClassName('header-wrapper')[0].style.backgroundColor = "yellow";
}
});
</script>