Fix Javascript

This commit is contained in:
2025-04-27 21:42:14 +02:00
parent 3a68af1f68
commit 9fa02fe15b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// Navbar color change on scroll
// Navbar color change on scroll
window.addEventListener('scroll', function() {
const navbar = document.getElementById('navbar');
if (window.scrollY > 50) {